Skip to content

Commit

Permalink
fix knexfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent 6b5432f commit cd0b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
staging: {
},

production: {,
production: {
client: 'pg',
connection: process.env.DATABASE_URL,
migrations: {
Expand Down

0 comments on commit cd0b937

Please sign in to comment.