Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 1, 2023
1 parent 8b68407 commit 77f70ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
url: process.env.DATABASE_URL,
dialectOptions: {
ssl: {
require: false,
rejectUnauthorized: false,
},
},
Expand All @@ -16,6 +17,7 @@ module.exports = {
url: process.env.DATABASE_URL,
dialectOptions: {
ssl: {
require: true,
rejectUnauthorized: false,
},
},
Expand Down

0 comments on commit 77f70ee

Please sign in to comment.