Files
weapp-nodeJs/.env
2026-05-21 10:28:29 +08:00

15 lines
293 B
Bash

# 服务端口
PORT=3000
# 微信小程序配置
WECHAT_APPID=your_wechat_appid
WECHAT_SECRET=your_wechat_secret
# DeepSeek API 配置
DEEPSEEK_API_KEY=your_deepseek_api_key
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-chat
# JWT 密钥
JWT_SECRET=your_jwt_secret_key