7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# 生产环境
|
|
VITE_API_BASE_URL=/api
|
|
# 如果后端部署在不同域名,可以改成完整地址:
|
|
# VITE_API_BASE_URL=https://api.your-domain.com
|
|
VITE_AI_POST_MESSAGE_URL=http://localhost:3001
|
|
|