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