rusty-bever/Rb.yaml

20 lines
301 B
YAML
Raw Normal View History

2021-08-30 14:27:54 +02:00
default:
address: "0.0.0.0"
ports: 8000
debug:
keep_alive: 5
read_timeout: 5
write_timeout: 5
log_level: "normal"
limits:
forms: 32768
admin_user: "admin"
admin_pass: "password"
jwt_key: "secret"
databases:
postgres_rb:
url: "postgres://rb:rb@localhost:5432/rb"