From 1d7aea16cc484dc6ef1fbe2fff7adf9075596518 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Sun, 11 May 2025 10:11:33 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 4 ++-- .env.test | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.prod b/.env.prod index 2ae6a93..c1d9016 100644 --- a/.env.prod +++ b/.env.prod @@ -2,6 +2,6 @@ FT_NODE_ENV=prod -FT_WS_URL=ws://127.0.0.1:8080/ws -FT_PROXY=http://192.168.1.168 +FT_WS_URL=ws://192.168.8.168:8080/ws +FT_PROXY=http://192.168.8.88:8080 FT_API_BASE=/api \ No newline at end of file diff --git a/.env.test b/.env.test index 6c19229..d51079b 100644 --- a/.env.test +++ b/.env.test @@ -2,6 +2,6 @@ FT_NODE_ENV=test -FT_WS_URL=ws://192.168.1.200:8080/ws -FT_PROXY=http://192.168.1.200:8080 +FT_WS_URL=ws://192.168.8.168:8080/ws +FT_PROXY=http://192.168.8.88:8080 FT_API_BASE=/api \ No newline at end of file