Files
mengyanote/mengyanote-frontend/.env.production
2025-12-19 15:51:26 +08:00

8 lines
421 B
Plaintext
Raw Permalink 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.
# 生产环境配置 - 用于部署到服务器 (npm run build 或 npm run build:server)
#
# 配置说明:
# 1. 前后端分离部署(不同域名/端口填写后端完整URL如 http://your-backend.com:2424
# 2. 前后端同域名部署Nginx代理留空或填 "" 使用相对路径
#
# 当前配置:分离部署模式(修改为你的后端地址)
VITE_API_BASE=https://note.api.shumengya.top