OL-LearnPlatform/.env.production
username 8067376d43 www
2025-07-28 09:51:21 +08:00

11 lines
179 B
Plaintext

# 生产环境配置
# API配置
VITE_API_BASE_URL=http://110.42.86.55:5510/api
# Mock配置 - 生产环境禁用Mock
VITE_ENABLE_MOCK=false
# 生产模式
NODE_ENV=production