feat: update config.tml

This commit is contained in:
hanif salafi 2024-07-11 00:18:26 +07:00
parent e2088d737e
commit f0e3b471dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ body-limit = 104857600 # "100 * 1024 * 1024"
[db.postgres] [db.postgres]
dsn = "postgresql://humas_polri:P@ssw0rd.1@103.82.242.92:5432/humas_polri" # <driver>://<username>:<password>@<host>:<port>/<database> dsn = "postgresql://humas_polri:P@ssw0rd.1@103.82.242.92:5432/humas_polri" # <driver>://<username>:<password>@<host>:<port>/<database>
migrate = true migrate = false
seed = false seed = false
[logger] [logger]