Skip to content

Commit 972980f

Browse files
author
David Lee
committed
attaching postgresql db on heroku to server
1 parent 013bd0d commit 972980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const image = require('./controllers/image');
1212
const db = knex({
1313
client: 'pg',
1414
connection: {
15-
host : '127.0.0.1',
15+
host : 'postgresql-slippery-54423',
1616
user : '',
1717
password : '',
1818
database : 'smart-brain'

0 commit comments

Comments
 (0)