Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Brideau authored Aug 1, 2016
1 parent e5c0dd9 commit 21fd573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var config = {
user: process.env.DB_USER || 'pokemon_go_role',
database: process.env.DB_NAME || 'pokemon_go',
password: process.env.DB_PASS,
port: process.env.DB_PORT || DB_PORT,
port: process.env.DB_PORT || 5432,
max: 20,
idleTimeoutMillis: 30000
}
Expand Down

0 comments on commit 21fd573

Please sign in to comment.