Files
aue/.env.development
2026-06-03 13:16:30 +08:00

11 lines
328 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代理
VITE_API_BASE_URL=/api
VITE_EXAM_API_BASE_URL=/api
# 后端服务地址(仅用于直接访问,非代理模式)
VITE_BACKEND_URL=http://localhost:8080
# 是否使用代理模式(开发环境=true生产环境=false
VITE_USE_PROXY=true