wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 02:21:36 -04:00
parent 37530359ee
commit 449a063fe2

View File

@@ -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,
},
})