Skip to content

Commit

Permalink
update knexfile sith ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 6cbe7c7 commit 668f97e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ module.exports = {
password: "ab1453c651956f86341cfc13e8fc25d61894de57675c0ac4da4ca9a431ce1021",
database: "dbjfv6jdkmfiqs",
ssl: true,
extra: {
ssl: {
rejectUnauthorized: false,
}
},
connection: process.env.DATABASE_URL,
migrations: {
directory: __dirname + '/migrations'
Expand Down

0 comments on commit 668f97e

Please sign in to comment.