6 lines
88 B
TOML
6 lines
88 B
TOML
[development]
|
|
address = "0.0.0.0"
|
|
port = 8000
|
|
workers = 2
|
|
keep_alive = 5
|
|
log = "normal"
|