Skip to content

Commit

Permalink
Remove useless ssl config
Browse files Browse the repository at this point in the history
When DATABASE_SSL_ENABLED=false SSL connection is still used
  • Loading branch information
VincentHardouin committed Aug 21, 2020
1 parent 76f66a4 commit ed6482b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/db/knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
seeds: {
directory: './seeds',
},
ssl: ('true' === process.env.DATABASE_SSL_ENABLED),
asyncStackTraces: (process.env.KNEX_ASYNC_STACKTRACE_ENABLED !== 'false'),
},
};

0 comments on commit ed6482b

Please sign in to comment.