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

15 lines
435 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=/api
# Exam API路径根据Nginx配置调整
# 如果Nginx已配置 /exam/ 代理则留空VITE_EXAM_API_BASE_URL=
# 如果Nginx未配置需要通过api代理VITE_EXAM_API_BASE_URL=/api
VITE_EXAM_API_BASE_URL=/api
# 后端服务地址(生产环境通常不需要)
VITE_BACKEND_URL=
# 是否使用代理模式(生产环境=false
VITE_USE_PROXY=false