# MoWeChat Configuration # Bot API token (from docker-wechatbot-webhook) WECHAT_BOT_TOKEN="n~btHqwAmfQW" # WeChat contact name for the bot itself BOT_NAME="莫小荷" # User (Dad) contact info USER_NAME="莫语不语" USER_WXID="wxid_c0a6izmwd78y22" # Hermes Gateway HERMES_API="http://192.168.1.246:8642/v1/chat/completions" HERMES_KEY="hermes123" # Webhook receiver WEBHOOK_PORT=5804