crablog/Rocket.toml
2018-10-14 14:09:40 +08:00

16 lines
285 B
TOML

[global]
template_dir = "static"
[development]
address = "localhost"
port = 8000
workers = 1
log = "normal"
secret_key = "JR7bWcbwRfF/+Kc3jKfgxPiuLFyUxMRgTyJlcruItA0="
limits = { forms = 32768 }
[production]
address = "0.0.0.0"
log = "critical"
port = 8000
limits = { forms = 32768 }