Skip to content

Commit

Permalink
Added proccess.env.DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LongBeachHXC committed Mar 1, 2018
1 parent 9304fcf commit 65935d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const app = express();
const db = knex({
client: 'pg',
connection: {
host: process.env.DATABASE_URL,
connectionString : process.env.DATABASE_URL,
ssl: true,
}
});
Expand Down

0 comments on commit 65935d1

Please sign in to comment.