Files
ruoyi-vue/.env.production
2026-04-07 02:23:46 +08:00

11 lines
260 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.

# 页面标题
VUE_APP_TITLE=Jarvis
# 生产环境配置
ENV=production
# 打包后接口前缀:浏览器请求「当前站点域名 + 此前缀」,由部署机 Nginx 反代到公网/内网后端(勿写死 IP
VUE_APP_BASE_API=/jarvis-api
port=8888