Skip to content

Commit

Permalink
add rejectUnauthorized:false to knexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 537915b commit 1c899ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions knexfile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Update with your config settings.
// const pg = require('pg')
// pg.defaults.ssl = true
const pg = require('pg')
pg.defaults.ssl = { rejectUnauthorized: false }

module.exports = {

Expand Down

0 comments on commit 1c899ea

Please sign in to comment.