From b14a647e7362d594257d415df611794e57495407 Mon Sep 17 00:00:00 2001 From: wenjinbo <599483010@qq.com> Date: Tue, 22 Jul 2025 10:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eenv=E9=85=8D=E7=BD=AE,?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chat-client/.env.development | 13 ++++++++----- chat-client/.env.production | 14 +++++++++----- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/chat-client/.env.development b/chat-client/.env.development index 0d5dbf3..53dfaf7 100644 --- a/chat-client/.env.development +++ b/chat-client/.env.development @@ -5,11 +5,14 @@ NODE_ENV=development # VUE_APP_BASE_URL='http://localhost:10001' # VUE_APP_API_BASE_URL='http://localhost:8080' #北京服务器配置 -VUE_APP_BASE_URL='http://192.168.1.211:80/brichat' -VUE_APP_API_BASE_URL='http://192.168.1.211:80/brichat' -#武汉公司服务器 -# VUE_APP_BASE_URL='http://192.168.8.253:80/brichat' -# VUE_APP_API_BASE_URL='http://192.168.8.253:80/brichat' +# VUE_APP_BASE_URL='http://192.168.1.211:80/brichat' +# VUE_APP_API_BASE_URL='http://192.168.1.211:80/brichat' +# #武汉公司服务器 +VUE_APP_BASE_URL='http://192.168.8.253:80/brichat' +VUE_APP_API_BASE_URL='http://192.168.8.253:80/brichat' #总部服务器配置 # VUE_APP_BASE_URL='http://192.168.0.33:80/brichat' # VUE_APP_API_BASE_URL='http://192.168.0.33:80/brichat' + +VUE_APP_GITHUB_USER_NAME=test +VUE_APP_SECRET_KEY=preview \ No newline at end of file diff --git a/chat-client/.env.production b/chat-client/.env.production index ae24305..9ee201c 100644 --- a/chat-client/.env.production +++ b/chat-client/.env.production @@ -5,11 +5,15 @@ NODE_ENV=production # VUE_APP_BASE_URL='http://localhost:10001' # VUE_APP_API_BASE_URL='http://localhost:10001' #北京服务器 -VUE_APP_BASE_URL='http://192.168.1.211:80/brichat' -VUE_APP_API_BASE_URL='http://192.168.1.211:80/brichat' +# VUE_APP_BASE_URL='http://192.168.1.211:80/brichat' +# VUE_APP_API_BASE_URL='http://192.168.1.211:80/brichat' #武汉公司服务器 -# VUE_APP_BASE_URL='http://192.168.8.253:80/brichat' -# VUE_APP_API_BASE_URL='http://192.168.8.253:80/brichat' +VUE_APP_BASE_URL='http://192.168.8.253:80/brichat' +VUE_APP_API_BASE_URL='http://192.168.8.253:80/brichat' # 总部服务器 # VUE_APP_BASE_URL='http://192.168.0.33:80/brichat' -# VUE_APP_API_BASE_URL='http://192.168.0.33:80/brichat' \ No newline at end of file +# VUE_APP_API_BASE_URL='http://192.168.0.33:80/brichat' + + +VUE_APP_GITHUB_USER_NAME=test +VUE_APP_SECRET_KEY=preview \ No newline at end of file