Files
abot/plugins/openclaw/config.toml

19 lines
506 B
TOML

[OpenClaw]
enable = true
# Command prefix that triggers forwarding to OpenClaw
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_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"
# Optional IP allowlist for the callback server (empty = allow all)
allowed_ips = []