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]