Port change

This commit is contained in:
2025-07-07 15:05:22 -05:00
parent 493743e8aa
commit b8fc26dc46
2 changed files with 15 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ const pool = new Pool({
password: process.env.PGPASSWORD || 'email_password',
host: process.env.PGHOST || 'postgres',
database: process.env.PGDATABASE || 'email_db',
port: parseInt(process.env.PGPORT || '5432', 10)
port: parseInt(process.env.PGPORT || '5433', 10)
});
// AWS S3 client