From 911b2d107baa86945e23176d2cd3389de36fcd6d Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 30 Apr 2021 09:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ws=E9=BB=98=E8=AE=A4=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 19122b9..4f831cf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -42,7 +42,7 @@ if (isProd) { presence: new RedisPresence({ url: config.redis }) }) } else { - port = Number(process.env.PORT || 2568) + port = Number(process.env.PORT || 2668) gameServer = new Server({ server })