diff --git a/ecosystem.config.js b/ecosystem.config.js index 74f4e83..338f661 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,5 +1,4 @@ -let config = require('./config/config.json'); module.exports = { apps: [ { @@ -8,9 +7,6 @@ module.exports = { script : "./node_modules/@colyseus/proxy/bin/proxy", instances : 1, // scale this up if the proxy becomes the bottleneck exec_mode : 'cluster', - env: { - REDIS_URL: config.redis - } }, { port : 4000,