Skip to content

Commit

Permalink
add ssl to production
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent a429613 commit b52685a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {

production: {
client: "pg",
ssl: { rejectUnauthorized: false },
connection: process.env.DATABASE_URL,
migrations: {
directory: __dirname + '/migrations'
Expand Down

0 comments on commit b52685a

Please sign in to comment.