Skip to content

Commit

Permalink
fix(config): add port to staging environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Jan 19, 2023
1 parent 58a00af commit 8587f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/environments/sequelize.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
database: process.env.RDS_DBNAME,
username: process.env.RDS_USERNAME,
password: process.env.RDS_PASSWORD,
port: process.env.RDS_PORT,
dialect: 'postgres',
dialectOptions: {
ssl: {
Expand Down

0 comments on commit 8587f50

Please sign in to comment.