From f0e3b471dd4e241923163f96dfe19750a6adb944 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Thu, 11 Jul 2024 00:18:26 +0700 Subject: [PATCH] feat: update config.tml --- 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 41b35ce..182f5b1 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -12,7 +12,7 @@ body-limit = 104857600 # "100 * 1024 * 1024" [db.postgres] dsn = "postgresql://humas_polri:P@ssw0rd.1@103.82.242.92:5432/humas_polri" # ://:@:/ -migrate = true +migrate = false seed = false [logger]