OL-LearnPlatform/.env.production

11 lines
179 B
Plaintext
Raw Normal View History

2025-07-28 09:51:21 +08:00
# 生产环境配置
# API配置
VITE_API_BASE_URL=http://110.42.86.55:5510/api
# Mock配置 - 生产环境禁用Mock
VITE_ENABLE_MOCK=false
# 生产模式
NODE_ENV=production