From 2de89486ae3971b8de6b8c2561eaff930ab730f6 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 16 Jul 2025 20:54:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20test=E7=8E=AF=E5=A2=83=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=AC=E5=9C=B0=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.test b/.env.test index e33945c..ade8f24 100644 --- a/.env.test +++ b/.env.test @@ -2,6 +2,6 @@ FT_NODE_ENV=test -FT_WS_URL=ws://192.168.1.199:8080/ws +FT_WS_URL=ws://localhost:8080/ws FT_PROXY=http://localhost:8080 FT_API_BASE=/api \ No newline at end of file