From 75870ea75d594eec64e6fe9eee0699439ddcc93f Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Thu, 10 Apr 2025 07:24:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE=E5=B9=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了未使用的 GATE_HOST 变量 - 为 GATE_PORT 变量添加了注释说明 - 调整了注释内容,使其更加清晰 --- .env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env b/.env index eb737b6..fb1db11 100644 --- a/.env +++ b/.env @@ -1,5 +1,3 @@ -# 定义服务器监听的端口号 +# 网关服务器配置 GATE_PORT=9001 - -# 定义服务器监听的IP地址 GATE_HOST=127.0.0.1 \ No newline at end of file