Skip to content

Commit

Permalink
update knex file
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Mar 11, 2021
1 parent ddb44e3 commit 3958b9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions knexfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ module.exports = {
},

production: {
client: 'pg',
connection: process.env.DATABASE_URL
host: "ec2-3-222-11-129.compute-1.amazonaws.com",
database: "dbjfv6jdkmfiqs",
user: "nlkzimsxtnwodh",
port: "5432",
password: "ab1453c651956f86341cfc13e8fc25d61894de57675c0ac4da4ca9a431ce1021",
dialect: 'postgres',
use_env_variable: DATABASE_URL
}

};

0 comments on commit 3958b9f

Please sign in to comment.