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

12 lines
214 B
Plaintext
Raw Permalink 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配置
# 设置为 true 使用Mock数据false 使用真实API
VITE_ENABLE_MOCK=false
# 开发模式
NODE_ENV=development