From 449a063fe2d2f25a71289e500e7de5e97adefcc5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 1 Sep 2025 02:21:36 -0400 Subject: [PATCH] wip: cloud --- infra/cloud.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cloud.ts b/infra/cloud.ts index b7b75938..8181ae0e 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, }, })