Commit 7f6f9c69ca679fa30b051583770f433517cb8557
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'remotes/origin/master'
# Conflicts: # config/prod.js # services/databases.js
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
config/prod.js
1 | // prod.js - production keys here!! | 1 | // prod.js - production keys here!! |
2 | // dev.js - Development keys - don't commit this!!! | 2 | // dev.js - Development keys - don't commit this!!! |
3 | module.exports = { | 3 | module.exports = { |
4 | - googleClientID: | ||
5 | pg: { | 4 | pg: { |
6 | host: process.env.PG_HOST, // server name or IP address; | 5 | host: process.env.PG_HOST, // server name or IP address; |
7 | hostaddr: process.env.PG_HOST_ADDRESS, | 6 | hostaddr: process.env.PG_HOST_ADDRESS, |