Update all.js

This commit is contained in:
David Baldwynn 2017-10-10 16:25:51 -07:00 committed by GitHub
parent 0020427cf8
commit 6bf5c6d3ee

1
config/env/all.js vendored
View File

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