Some checks failed
continuous-integration/drone/push Build is failing
- 添加 frontend/.env.production (VITE_APP_ENV=production) - 修改 .gitignore 允许提交环境配置 - 修复生产环境显示"开发环境"标识的问题
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
# 生产环境配置
|
|
VITE_APP_ENV=production
|
|
VITE_API_BASE_URL=https://aiedu.ireborn.com.cn
|
|
VITE_WS_BASE_URL=wss://aiedu.ireborn.com.cn
|
|
VITE_USE_MOCK_DATA=false
|
|
VITE_ENABLE_REQUEST_LOG=false
|
|
NODE_ENV=production
|