Skip to content

Commit

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

production: {
client: 'pg',
type: "postgres",
host: "ec2-3-222-11-129.compute-1.amazonaws.com",
port: "5432",
username: "nlkzimsxtnwodh",
password: "ab1453c651956f86341cfc13e8fc25d61894de57675c0ac4da4ca9a431ce1021",
database: "dbjfv6jdkmfiqs",
ssl: true,
connection: process.env.DATABASE_URL,
migrations: {
directory: __dirname + '/migrations'
Expand Down

0 comments on commit 6cbe7c7

Please sign in to comment.