Skip to content

Commit

Permalink
added } to knexfile:
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 4e23f9c commit 384815d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module.exports = {
extra: {
ssl: {
rejectUnauthorized: false,
},
}
},
connection: process.env.DATABASE_URL,
migrations: {
directory: __dirname + '/migrations'
Expand Down

0 comments on commit 384815d

Please sign in to comment.