From a36955d0f3ce6a4c90111ac8b942f0634d511902 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Fri, 22 Nov 2024 22:58:36 +0700 Subject: [PATCH] feat: update config --- config/toml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index dd227fc..e195e85 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -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" # ://:@:/ -migrate = true +migrate = false seed = false [logger]