chore: 默认端口改为 3030
- 更新 .env, .env.example, .env.production - 避免与 3000 端口冲突
This commit is contained in:
16
.env.production
Normal file
16
.env.production
Normal file
@@ -0,0 +1,16 @@
|
||||
# 飞书配置
|
||||
FEISHU_APP_ID=cli_xxxxxxxxxx
|
||||
FEISHU_APP_SECRET=xxxxxxxxxxxxxx
|
||||
FEISHU_VERIFICATION_TOKEN=xxxxxxxxxxxxxx
|
||||
FEISHU_ENCRYPT_KEY=xxxxxxxxxxxxxx
|
||||
|
||||
# 七牛云配置
|
||||
QINIU_ACCESS_KEY=YOUR_ACCESS_KEY
|
||||
QINIU_SECRET_KEY=YOUR_SECRET_KEY
|
||||
QINIU_BUCKET=your-bucket-name
|
||||
QINIU_REGION=z0
|
||||
QINIU_DOMAIN=https://your-cdn.com
|
||||
|
||||
# 服务配置
|
||||
PORT=3030
|
||||
NODE_ENV=production
|
||||
Reference in New Issue
Block a user