Skip to content

Commit

Permalink
Update SSL configuration in db.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannleboss committed Feb 6, 2024
1 parent a9fa203 commit 18418c2
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: true
ssl: false
})

module.exports = pool

0 comments on commit 18418c2

Please sign in to comment.