From 92fd374e87bbe5f6b810458365eee453fda9080d Mon Sep 17 00:00:00 2001 From: David Baldwynn <1160417+whitef0x0@users.noreply.github.com> Date: Tue, 10 Oct 2017 16:30:12 -0700 Subject: [PATCH] Update production.js --- config/env/production.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/env/production.js b/config/env/production.js index 110fd1f4..fa60efc9 100755 --- a/config/env/production.js +++ b/config/env/production.js @@ -7,6 +7,7 @@ module.exports = { }, port: process.env.PORT || 5000, socketUrl: process.env.SOCKET_URL || 'ws.tellform.com', + socketPortExternallyVisible: (process.env.SOCKET_PORT_EXTERN_VISIBLE === 'TRUE' || !process.env.SOCKET_PORT_EXTERN_VISIBLE), //socketPortExternallyVisible set to true in production config by default socketPort: process.env.SOCKET_PORT || 20523, log: { // Can specify one of 'combined', 'common', 'dev', 'short', 'tiny'