fej/Rocket.toml

12 lines
222 B
TOML
Raw Normal View History

[development]
address = "localhost"
port = 7999
keep_alive = 5
read_timeout = 5
write_timeout = 5
log = "normal"
limits = { forms = 32768 }
[global.databases]
postgres_fej = { url = "postgres://fej:fej@fej_db:5432/fej" }