From e993a582cd07490af0abe76e114656d5c5dd04cc Mon Sep 17 00:00:00 2001 From: coderwei <916606569@qq.com> Date: Fri, 16 May 2025 14:42:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.development b/web/.env.development index f00b2208..452c1ef2 100644 --- a/web/.env.development +++ b/web/.env.development @@ -1,5 +1,5 @@ -VUE_APP_API_HOST=https://chat.geekai.me -VUE_APP_WS_HOST=wss://chat.geekai.me +VUE_APP_API_HOST=http://localhost:5678 +VUE_APP_WS_HOST=ws://localhost:5678 VUE_APP_USER=18888888888 VUE_APP_PASS=12345678 VUE_APP_ADMIN_USER=admin