diff options
| author | Dax Raad <[email protected]> | 2025-09-01 02:21:36 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-01 02:21:36 -0400 |
| commit | 449a063fe2d2f25a71289e500e7de5e97adefcc5 (patch) | |
| tree | d485193b4ce8f798e12a4522603bbca438f505ec /infra/cloud.ts | |
| parent | 37530359ee0b31412559c80204743d84e9d1f494 (diff) | |
| download | opencode-449a063fe2d2f25a71289e500e7de5e97adefcc5.tar.gz opencode-449a063fe2d2f25a71289e500e7de5e97adefcc5.zip | |
wip: cloud
Diffstat (limited to 'infra/cloud.ts')
| -rw-r--r-- | infra/cloud.ts | 2 |
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, }, }) |
