feat: update config

This commit is contained in:
hanif salafi 2024-11-22 22:58:36 +07:00
parent fce142cee5
commit a36955d0f3
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ body-limit = 104857600 # "100 * 1024 * 1024"
[db.postgres] [db.postgres]
dsn = "postgresql://humas_user:HumasDB@2024@38.47.180.165:5432/humas_db" # <driver>://<username>:<password>@<host>:<port>/<database> dsn = "postgresql://humas_user:HumasDB@2024@38.47.180.165:5432/humas_db" # <driver>://<username>:<password>@<host>:<port>/<database>
migrate = true migrate = false
seed = false seed = false
[logger] [logger]