diff --git a/plugins/openclaw/config.toml b/plugins/openclaw/config.toml index 89bed99..21365d9 100644 --- a/plugins/openclaw/config.toml +++ b/plugins/openclaw/config.toml @@ -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 = []