Skip to content

Commit

Permalink
add client to knexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 668f97e commit d715aee
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 @@ -23,6 +23,7 @@ module.exports = {
rejectUnauthorized: false,
}
},
client: "pg",
connection: process.env.DATABASE_URL,
migrations: {
directory: __dirname + '/migrations'
Expand Down

0 comments on commit d715aee

Please sign in to comment.