加入了openclaw插件,用于与openclaw对接

This commit is contained in:
liuwei
2026-03-03 09:12:48 +08:00
parent 8ba7bb57c0
commit 8ed2e7ce58

View File

@@ -6,13 +6,13 @@ command_prefix = "龙虾>"
# OpenClaw inbound webhook (forward WeChat messages to OpenClaw)
webhook_url = "http://192.168.2.142:18789/wechat_abot/webhook"
webhook_secret = "change_me"
webhook_secret = "SKpDsX7w3pKh1iQU"
webhook_timeout = 5
# HTTP server for OpenClaw to call back (send messages to WeChat)
server_host = "0.0.0.0"
server_port = 18790
bot_token = "change_me"
bot_token = "SKpDsX7w3pKh1iQU"
# Optional IP allowlist for the callback server (empty = allow all)
allowed_ips = []