diff --git a/config/env/production.js b/config/env/production.js index 486009fb..20e0f8c2 100755 --- a/config/env/production.js +++ b/config/env/production.js @@ -9,7 +9,7 @@ module.exports = { pass: process.env.MONGOLAB_PASS || '' } }, - port: 4545, + port: process.env.PORT || 4545, log: { // Can specify one of 'combined', 'common', 'dev', 'short', 'tiny' format: 'combined',