Added socketPort env variable

This commit is contained in:
David Baldwynn 2017-03-30 11:54:59 -07:00 committed by GitHub
parent 9fdd8fbd5d
commit 6de287b9d3

View file

@ -7,6 +7,7 @@ module.exports = {
},
port: process.env.PORT || 5000,
socketUrl: process.env.SOCKET_URL || 'ws.tellform.com',
socketPort: process.env.SOCKET_PORT || null,
log: {
// Can specify one of 'combined', 'common', 'dev', 'short', 'tiny'
format: 'combined',