From f2c385d936808cec11e212d254d87c3fee78d49c Mon Sep 17 00:00:00 2001 From: yorn <1057707203@qq.com> Date: Tue, 10 Jun 2025 11:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 6d283e2..58c909d 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -16,7 +16,7 @@ module.exports = { max_memory_restart: '1G', env: { NODE_ENV: 'production', - PORT: 51706, + PORT: 51703, }, env_testing: { NODE_ENV: 'testing',