OL-LearnPlatform-Frontend/.env.production
2025-08-10 22:49:43 +08:00

11 lines
198 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 生产环境配置
# API配置
VITE_API_BASE_URL=http://110.42.96.65:55510/api
# Mock配置 - 生产环境禁用Mock使用真实API
VITE_ENABLE_MOCK=false
# 生产模式
NODE_ENV=production