EinsatzOnline/Rocket.toml

23 lines
414 B
TOML
Raw Permalink Normal View History

2021-06-24 13:24:14 +00:00
[debug]
address = "127.0.0.1"
port = 8000
keep_alive = 5
2021-06-24 13:24:14 +00:00
log = "debug"
limits = { forms = 32768 }
template_dir = "resources/templates"
[staging]
2021-06-24 13:24:14 +00:00
address = "127.0.0.1"
port = 8000
keep_alive = 5
log = "normal"
limits = { forms = 32768 }
template_dir = "resources/templates"
2021-06-24 13:24:14 +00:00
[release]
address = "127.0.0.1"
port = 8000
keep_alive = 5
log = "critical"
limits = { forms = 32768 }
template_dir = "resources/templates"