Files
udmin/frontend/.env.production
ayou 5538940ccd chore: 更新生产环境配置文件以适配本地开发
调整环境变量配置以更好地支持本地开发场景:
- 启用浏览器自动打开
- 更新ADMIN服务代理地址
- 修正环境描述注释
2025-08-28 21:09:14 +08:00

14 lines
291 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.

# port 端口号
VITE_PORT = 8888
# 浏览器自动打开
VITE_OPEN = true
# 本地环境
ENV = 'production'
# ADMIN 服务地址(开发代理目标)
VITE_ADMIN_PROXY_PATH = http://127.0.0.1:9898
# API 基地址(留空则走相对 /api经由开发代理转发
VITE_API_BASE =