From c95c6f0b2edde9887c39b0f9d4858d9a7203eaa8 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]