From 6ae9855edfb45d781a09900b073c0852144446c8 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 18 Dec 2020 11:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pm2=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 4 ---- 1 file changed, 4 deletions(-) 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,