Skip to content

Commit

Permalink
remove pg.default
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 4298e3c commit 537915b
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 = true

module.exports = {

Expand Down

0 comments on commit 537915b

Please sign in to comment.