继续提交
This commit is contained in:
8
mengyanote-frontend/.env.production
Normal file
8
mengyanote-frontend/.env.production
Normal file
@@ -0,0 +1,8 @@
|
||||
# 生产环境配置 - 用于部署到服务器 (npm run build 或 npm run build:server)
|
||||
#
|
||||
# 配置说明:
|
||||
# 1. 前后端分离部署(不同域名/端口):填写后端完整URL,如 http://your-backend.com:2424
|
||||
# 2. 前后端同域名部署(Nginx代理):留空或填 "" 使用相对路径
|
||||
#
|
||||
# 当前配置:分离部署模式(修改为你的后端地址)
|
||||
VITE_API_BASE=https://note.api.shumengya.top
|
||||
Reference in New Issue
Block a user