howmuch/configs/howmuch.yml

32 lines
527 B
YAML
Raw Normal View History

2024-10-02 21:12:35 +00:00
dev-mode: true
2024-10-03 19:18:07 +00:00
web:
addr: :8080
shutdown-timeout: 10
2024-10-02 20:58:20 +00:00
db:
# DB host
host: 127.0.0.1
# DB username
username: howmuch
# DB password
password: howmuch
# DB name
database: howmuch
# max idle connections
max-idle-connections: 100
# max open connections
max-open-connections: 100
# max connection life time
max-connection-life-time: 10s
2024-10-01 21:52:59 +00:00
log:
level: debug
disalbe-caller: false
disable-stacktrace: false
# console or json
format: console
output-paths:
- stdout
- /tmp/howmuch.log