2021-04-16 20:39:09 +02:00
|
|
|
[development]
|
2021-04-17 10:12:37 +02:00
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 8000
|
2021-04-16 20:39:09 +02:00
|
|
|
keep_alive = 5
|
|
|
|
read_timeout = 5
|
|
|
|
write_timeout = 5
|
|
|
|
log = "normal"
|
|
|
|
limits = { forms = 32768 }
|
|
|
|
|
2021-04-17 15:10:42 +02:00
|
|
|
[development.databases]
|
2021-04-16 20:39:09 +02:00
|
|
|
postgres_fej = { url = "postgres://fej:fej@fej_db:5432/fej" }
|
2021-04-17 15:10:42 +02:00
|
|
|
|
|
|
|
[production.databases]
|
|
|
|
postgres_fej = { url = "postgres://fej:fej@db:5432/fej" }
|