Dax Raad 5 ماه پیش
والد
کامیت
449a063fe2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      infra/cloud.ts

+ 1 - 1
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,
   },
 })