15 lines
293 B
Bash
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
|