Skip to content

Commit

Permalink
testing heroku push
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogaol committed Jun 6, 2020
1 parent 6a37a2b commit 54686e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ const knex = require('knex');
const app = require('./app');
const { PORT, DATABASE_URL } = require('./config');

console.log('Testing, testing, hello world!');
console.log(DATABASE_URL);
const db = knex({
client: 'pg',
connection: DATABASE_URL,
Expand Down

0 comments on commit 54686e8

Please sign in to comment.