diff --git a/frontend/.env b/frontend/.env new file mode 100644 index 0000000..6719e82 --- /dev/null +++ b/frontend/.env @@ -0,0 +1,6 @@ +# 打包路径 +VITE_BASE_URL = / +VITE_IS_REQUEST_PROXY = true +VITE_API_URL = http://47.121.220.134 +VITE_API_URL_PREFIX = /matagent +VITE_WB_BASE_URL = ws://47.121.220.134:8000/matagent/chat \ No newline at end of file