feat: update config

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

View File

@ -13,7 +13,7 @@ body-limit = 104857600 # "100 * 1024 * 1024"
[db.postgres]
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
[logger]