We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cf5bb commit 2dd4555Copy full SHA for 2dd4555
config/default.js
@@ -17,7 +17,7 @@ module.exports = {
17
timeout: parseInt(process.env.TIMEOUT, 10) || 30000
18
},
19
POSTGRES: { // Postgres connection options
20
- user: process.env.PG_USER || 'mayur',
+ user: process.env.PG_USER || 'pg_user',
21
host: process.env.PG_HOST || 'localhost',
22
database: process.env.PG_DATABASE || 'postgres', // database must exist before running the tool
23
password: process.env.PG_PASSWORD || 'password',
0 commit comments