Skip to content

Commit

Permalink
fix: ssl connection seens to be required:
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaeferjo committed Mar 26, 2021
1 parent f894222 commit 34d202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/env/production/database.js
Expand Up @@ -12,7 +12,7 @@ module.exports = ({ env }) => ({
password: env('DATABASE_PASSWORD', ''),
},
options: {
ssl: false,
ssl: true,
},
},
},
Expand Down

0 comments on commit 34d202b

Please sign in to comment.