Skip to content

Commit

Permalink
Update database.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oriooctopus committed Jul 31, 2022
1 parent c7923c1 commit db0d7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = ({ env }) => ({
password: config.password || env("DATABASE_PASSWORD", "password"),
// ssl: config.sslEnabled || env.bool("DATABASE_SSL", false),
// ssl: true,
ssl: isProduction
ssl: false
? {
rejectUnauthorized: false,
}
Expand Down

0 comments on commit db0d7eb

Please sign in to comment.