Files
wechatAiclaw/.env.example
2026-03-11 12:21:25 +08:00

24 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
PORT=3000
# Node 代理 /api、/auth 时转发的后端地址(单容器部署可不设,默认 127.0.0.1:8000
# BACKEND_PORT=8000
# BACKEND_HOST=127.0.0.1
WECHAT_UPSTREAM_BASE_URL=http://113.44.162.180:7006
CHECK_STATUS_BASE_URL=http://113.44.162.180:7006
# 第三方滑块(7765)iframe 加载自带预填表单页,提交到下方地址
SLIDER_VERIFY_BASE_URL=http://113.44.162.180:7765
SLIDER_VERIFY_KEY=408449830
# WS 消息同步GetSyncMsg必须使用与登录页一致的账号 key否则收不到该账号的消息
# 优先 WECHAT_WS_KEY未设置则使用 KEY登录参数填的 key
# WECHAT_WS_KEY=HBpEnbtj9BJZ
# 千问 API Key用于个性化问候等优先 QWEN_API_KEY其次 APIKEY
QWEN_API_KEY=sk-xxx
# 或使用阿里云 DashScopeDASHSCOPE_API_KEY=sk-xxx
# 发送消息上游路径(默认 /msg/SendTextMsg
# 发送文本消息路径(与 7006 swagger 一致,默认即可)
# SEND_MSG_PATH=/message/SendTextMessage
# 豆包Volcengine ARK可选在模型管理页添加豆包并填 API Key 即可,此处仅作备用
# ARK_API_KEY=xxx