OL-LearnPlatform/.env.production

11 lines
198 B
Plaintext
Raw Normal View History

2025-07-28 09:51:21 +08:00
# 生产环境配置
# API配置
2025-08-01 01:22:09 +08:00
VITE_API_BASE_URL=http://110.42.96.65:55510/api
2025-07-28 09:51:21 +08:00
2025-08-01 01:22:09 +08:00
# Mock配置 - 生产环境禁用Mock使用真实API
2025-07-28 09:51:21 +08:00
VITE_ENABLE_MOCK=false
# 生产模式
NODE_ENV=production