Files
mengyamonitor/mengyamonitor-frontend/.env.production
2026-05-16 19:03:34 +08:00

5 lines
307 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.
# 公网:用户通过 https 打开前端时API 须为浏览器可访问的 https 地址(经 Nginx 反代的中心)
VITE_CENTRAL_API_URL=https://monitor.api.shumengya.top
#
# 若静态站仅内网 http 部署,请改为 http://内网中心IP:9393 后再 npm run build勿与混合内容冲突