Files
performance-evaluation-system/frontend/.env.production.example
2026-04-12 11:53:28 +08:00

11 lines
397 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 基础 URL
# Docker Compose 部署(前端独立构建,后端在 47.238.126.111:33001
VITE_API_BASE_URL=http://47.238.126.111:33001
# 传统部署Nginx 反向代理):
# VITE_API_BASE_URL=/api # 如果使用 Nginx 反向代理到后端,可以设置为相对路径 /api
# 其他环境变量可根据需要添加