From 426471d3b1de8cca99f33929644c2df8d9ffc91a Mon Sep 17 00:00:00 2001 From: Muyao CHEN Date: Sat, 5 Oct 2024 23:22:49 +0200 Subject: [PATCH] fix: change db configs in the config file --- configs/howmuch.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/configs/howmuch.yml b/configs/howmuch.yml index 2c9f210..55ac09a 100644 --- a/configs/howmuch.yml +++ b/configs/howmuch.yml @@ -1,24 +1,18 @@ dev-mode: true web: - addr: :8080 + addr: :8000 shutdown-timeout: 10 db: # DB host host: 127.0.0.1 # DB username - username: howmuch + username: postgres # DB password - password: howmuch + password: example # 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 log: level: debug