Update all.js

This commit is contained in:
David Baldwynn 2017-10-10 16:26:18 -07:00 committed by GitHub
parent 6bf5c6d3ee
commit 91d5deabcf

2
config/env/all.js vendored
View File

@ -26,7 +26,7 @@ module.exports = {
port: process.env.PORT || 3000,
socketPort: process.env.SOCKET_PORT || 20523,
socketPortExternallyVisible: (process.env.SIGNUP_DISABLED === 'TRUE'),
socketPortExternallyVisible: (process.env.SOCKET_PORT_EXTERN_VISIBLE === 'TRUE'),
templateEngine: 'swig',