chore: sync DB to imrnes pgbouncer pool 6432

This commit is contained in:
asepharyana
2026-08-02 16:11:35 +07:00
parent e1b84112b6
commit 630a85963d
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ export default defineConfig({
out: "./src/db/migrations",
dialect: "postgresql",
dbCredentials: {
url: process.env.DATABASE_URL ?? "postgresql://booster_role:booster_role@localhost:5432/booster_role"
url: process.env.DATABASE_URL ?? "postgresql://asephs:***@100.121.180.82:6432/boost"
}
});