15 lines
307 B
TOML
15 lines
307 B
TOML
[development]
|
|
address = "0.0.0.0"
|
|
port = 8000
|
|
keep_alive = 5
|
|
read_timeout = 5
|
|
write_timeout = 5
|
|
log = "normal"
|
|
limits = { forms = 32768 }
|
|
|
|
[development.databases]
|
|
postgres_fej = { url = "postgres://fej:fej@fej_db:5432/fej" }
|
|
|
|
[production.databases]
|
|
postgres_fej = { url = "postgres://fej:fej@db:5432/fej" }
|