Skip to content

Commit

Permalink
update knexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent b527ca8 commit 78a238a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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 All @@ -14,10 +14,8 @@ module.exports = {

production: {
client: "pg",
extra: {
ssl: {
rejectUnauthorized: false,
}
ssl: {
rejectUnauthorized: false
},
connection: process.env.DATABASE_URL,
migrations: {
Expand Down

0 comments on commit 78a238a

Please sign in to comment.