summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--infra/cloud.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/cloud.ts b/infra/cloud.ts
index b7b75938a..8181ae0e0 100644
--- a/infra/cloud.ts
+++ b/infra/cloud.ts
@@ -13,7 +13,7 @@ export const database = new sst.Linkable("Database", {
database: "postgres",
username: DATABASE_USERNAME.value,
password: DATABASE_PASSWORD.value,
- port: 5432,
+ port: 6432,
},
})