Skip to content

Commit

Permalink
Update SSL setting in db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannleboss committed Feb 4, 2024
1 parent d54e18e commit 53f5658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('dotenv').config()

const pool = new Pool({
connectionString: process.env.EXTERNAL_DB_URL,
ssl: false
ssl: true
})

module.exports = pool

0 comments on commit 53f5658

Please sign in to comment.