EinsatzOnline/Rocket.toml

23 lines
414 B
TOML

[debug]
address = "127.0.0.1"
port = 8000
keep_alive = 5
log = "debug"
limits = { forms = 32768 }
template_dir = "resources/templates"
[staging]
address = "127.0.0.1"
port = 8000
keep_alive = 5
log = "normal"
limits = { forms = 32768 }
template_dir = "resources/templates"
[release]
address = "127.0.0.1"
port = 8000
keep_alive = 5
log = "critical"
limits = { forms = 32768 }
template_dir = "resources/templates"