Skip to content

Commit cd5d699

Browse files
authored
Update server.js
1 parent 55119e9 commit cd5d699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

result/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ io.sockets.on('connection', function (socket) {
2424
async.retry(
2525
{times: 1000, interval: 1000},
2626
function(callback) {
27-
pg.connect('postgres://postgres@db/postgres', function(err, client, done) {
27+
pg.connect('postgres://postgres_user:postgres_password@db/postgres', function(err, client, done) {
2828
if (err) {
2929
console.error("Waiting for db");
3030
}

0 commit comments

Comments
 (0)