This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-11-25 01:02:23 +01:00
|
|
|
default:
|
|
|
|
address: "0.0.0.0"
|
2021-11-25 15:21:39 +01:00
|
|
|
port: 8000
|
2021-11-25 01:02:23 +01:00
|
|
|
|
|
|
|
debug:
|
|
|
|
keep_alive: 5
|
|
|
|
read_timeout: 5
|
|
|
|
write_timeout: 5
|
|
|
|
log_level: "normal"
|
|
|
|
limits:
|
|
|
|
forms: 32768
|
|
|
|
|
2021-11-25 10:19:01 +01:00
|
|
|
admin:
|
|
|
|
username: "bever"
|
|
|
|
password: "bever"
|
2021-11-25 01:02:23 +01:00
|
|
|
|
|
|
|
jwt:
|
|
|
|
key: "secret"
|
|
|
|
refresh_token_size: 64
|
|
|
|
# Just 5 seconds for debugging
|
|
|
|
refresh_token_expire: 60
|
|
|
|
|
2021-11-25 15:21:39 +01:00
|
|
|
services:
|
2021-11-25 22:22:45 +01:00
|
|
|
blog: "http://localhost:8001"
|
2021-11-25 15:21:39 +01:00
|
|
|
|
2021-11-25 01:02:23 +01:00
|
|
|
databases:
|
|
|
|
postgres_rb:
|
|
|
|
url: "postgres://rb:rb@localhost:5434/rb"
|
|
|
|
|
|
|
|
release:
|
|
|
|
keep_alive: 5
|
|
|
|
read_timeout: 5
|
|
|
|
write_timeout: 5
|
|
|
|
log_level: "normal"
|
|
|
|
limits:
|
|
|
|
forms: 32768
|
|
|
|
|
2021-11-25 14:14:33 +01:00
|
|
|
admin:
|
|
|
|
username: "bever"
|
|
|
|
password: "bever"
|
2021-11-25 01:02:23 +01:00
|
|
|
jwt:
|
|
|
|
key: "secret"
|
|
|
|
refresh_token_size: 64
|
|
|
|
# Just 5 seconds for debugging
|
|
|
|
refresh_token_expire: 60
|
|
|
|
|
|
|
|
databases:
|
|
|
|
postgres_rb:
|
2021-11-25 14:14:33 +01:00
|
|
|
url: "postgres://rb:rb@localhost:5434/rb"
|