26 lines
608 B
Plaintext
26 lines
608 B
Plaintext
# 数据库配置
|
|
DB_HOST=mysql-6bc9094abd49-public.rds.volces.com
|
|
DB_PORT=53305
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=WsJWXfwFx0bq6DE2kmB6
|
|
DB_DATABASE=nano_camera_miniapp
|
|
DB_LOGGING=true
|
|
DB_MIGRATIONS_RUN=true
|
|
|
|
# 应用配置
|
|
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
# N8N配置
|
|
N8N_WEBHOOK_URL=https://n8n.bowongai.com/webhook/76f92dbf-785f-4add-96b5-a108174b7c14
|
|
|
|
# JWT配置
|
|
JWT_SECRET=your_jwt_secret_key_here
|
|
|
|
# 微信小程序配置
|
|
WECHAT_APP_ID=your_wechat_app_id
|
|
WECHAT_APP_SECRET=your_wechat_app_secret
|
|
|
|
# 抖音小程序配置
|
|
BYTEDANCE_APP_ID=your_bytedance_app_id
|
|
BYTEDANCE_APP_SECRET=your_bytedance_app_secret |