From 8ed2e7ce587079c72a9c44299a17ca36583d50b0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 3 Mar 2026 09:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BA=86openclaw=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E7=94=A8=E4=BA=8E=E4=B8=8Eopenclaw=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/openclaw/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = []