howmuch/configs/howmuch.yml
2024-10-13 21:55:26 +02:00

28 lines
446 B
YAML

dev-mode: true
web:
addr: :8000
shutdown-timeout: 10
token-secret: nzMC12IJBMiiV2AAktTFpZP4BbGAf09lFPV_sATKcwI
token-expiry-time: 24h
db:
# DB host
host: 127.0.0.1
# DB username
username: postgres
# DB password
password: example
# DB name
database: howmuch
log:
level: debug
disalbe-caller: false
disable-stacktrace: false
# console or json
format: console
output-paths:
- stdout
- /tmp/howmuch.log