Skip to content

Commit 2dd4555

Browse files
Update default.js
1 parent e6cf5bb commit 2dd4555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
timeout: parseInt(process.env.TIMEOUT, 10) || 30000
1818
},
1919
POSTGRES: { // Postgres connection options
20-
user: process.env.PG_USER || 'mayur',
20+
user: process.env.PG_USER || 'pg_user',
2121
host: process.env.PG_HOST || 'localhost',
2222
database: process.env.PG_DATABASE || 'postgres', // database must exist before running the tool
2323
password: process.env.PG_PASSWORD || 'password',

0 commit comments

Comments
 (0)