chore: 默认端口改为 3030

- 更新 .env, .env.example, .env.production
- 避免与 3000 端口冲突
This commit is contained in:
饭团
2026-03-05 15:37:12 +08:00
parent 2bc5c7e0be
commit ff3ce48207
6 changed files with 1094 additions and 8 deletions

View File

@@ -12,5 +12,5 @@ QINIU_REGION=z0
QINIU_DOMAIN=https://your-cdn.com
# 服务配置
PORT=3000
PORT=3030
NODE_ENV=production