17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
# 飞书配置
|
|
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=3000
|
|
NODE_ENV=production
|