Skip to content

Commit

Permalink
updating datebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Si Choi authored and Si Choi committed Apr 29, 2020
1 parent 211ca0b commit c36b273
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 @@ -12,7 +12,7 @@ const image = require('./controller/image')
const db = knex({
client: 'pg',
connection: {
host : '127.0.0.1',
host : 'postgresql-perpendicular-43379',
user : 'sichoi',
password : '',
database : 'smart-brain'
Expand Down

0 comments on commit c36b273

Please sign in to comment.