EASYAIuniappNewUI/.env
2025-02-16 11:40:12 +08:00

12 lines
426 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### !!! 使用前,请将.env.example文件重命名为.env并修改相关配置
### 1.便于体验,使用部署好的后端服务器直接体验
VITE_API_URL=https://scschool.cc/api
VITE_WS_URL=wss://scschool.cc/websocket
VITE_CHAT_URL=https://chatapi.scschool.cc
### 2.本地部署使用本地服务器部署文件在server文件夹中
#VITE_API_URL=http://8.156.65.78:3001
#VITE_WS_URL=ws://8.156.65.78:3002