Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nescalante committed Mar 15, 2021
1 parent cfb1b5d commit 649e29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
console.log('connecting using', `${process.env.DATABASE_URL}?sslmode=require`);

const db = require('knex')({
client: 'pg',
connection: `${process.env.DATABASE_URL}?sslmode=require`
Expand Down

0 comments on commit 649e29e

Please sign in to comment.