added env.PORT back for production environment

This commit is contained in:
David Baldwynn 2016-04-21 16:35:00 -04:00
parent 16f769b850
commit 9e45bd5e2f

View file

@ -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',