2020-06-23 09:22:06 +00:00
|
|
|
[development]
|
|
|
|
address = "localhost"
|
|
|
|
port = 8000
|
|
|
|
keep_alive = 5
|
|
|
|
log = "normal"
|
|
|
|
limits = { forms = 32768 }
|
|
|
|
|
|
|
|
[staging]
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 8000
|
|
|
|
keep_alive = 5
|
|
|
|
log = "normal"
|
|
|
|
limits = { forms = 32768 }
|
|
|
|
|
|
|
|
[production]
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 8000
|
|
|
|
keep_alive = 5
|
|
|
|
log = "critical"
|
|
|
|
limits = { forms = 32768 }
|
2020-06-28 10:01:18 +00:00
|
|
|
|
|
|
|
#[global]
|
|
|
|
#template_dir = "resources/templates/"
|