This repository has been archived on 2021-10-25. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-08-19 22:46:50 +02:00
|
|
|
[debug]
|
|
|
|
port = 8000
|
|
|
|
keep_alive = 5
|
|
|
|
read_timeout = 5
|
|
|
|
write_timeout = 5
|
|
|
|
log_level = "normal"
|
|
|
|
limits = { forms = 32768 }
|
|
|
|
|
|
|
|
[debug.databases]
|
|
|
|
postgres_rb = { url = "postgres://rb:rb@localhost:5432/rb" }
|
|
|
|
|
|
|
|
[release.databases]
|
2021-08-21 22:21:42 +02:00
|
|
|
postgres_rb = { url = "postgres://rb:rb@localhost:5432/rb" }
|