加入了openclaw插件,用于与openclaw对接
This commit is contained in:
@@ -6,13 +6,13 @@ command_prefix = "龙虾>"
|
|||||||
|
|
||||||
# OpenClaw inbound webhook (forward WeChat messages to OpenClaw)
|
# OpenClaw inbound webhook (forward WeChat messages to OpenClaw)
|
||||||
webhook_url = "http://192.168.2.142:18789/wechat_abot/webhook"
|
webhook_url = "http://192.168.2.142:18789/wechat_abot/webhook"
|
||||||
webhook_secret = "change_me"
|
webhook_secret = "SKpDsX7w3pKh1iQU"
|
||||||
webhook_timeout = 5
|
webhook_timeout = 5
|
||||||
|
|
||||||
# HTTP server for OpenClaw to call back (send messages to WeChat)
|
# HTTP server for OpenClaw to call back (send messages to WeChat)
|
||||||
server_host = "0.0.0.0"
|
server_host = "0.0.0.0"
|
||||||
server_port = 18790
|
server_port = 18790
|
||||||
bot_token = "change_me"
|
bot_token = "SKpDsX7w3pKh1iQU"
|
||||||
|
|
||||||
# Optional IP allowlist for the callback server (empty = allow all)
|
# Optional IP allowlist for the callback server (empty = allow all)
|
||||||
allowed_ips = []
|
allowed_ips = []
|
||||||
|
|||||||
Reference in New Issue
Block a user