feat: update migrate false

This commit is contained in:
hanif salafi 2024-04-30 14:13:32 +07:00
parent e1b4ae2370
commit 3327d3bfd5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ production = false
[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]