From 1732e32a78c375b2f2988365cdea1ed17bdf051b Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 19 Apr 2026 06:51:09 +0000 Subject: [PATCH] fix configmap --- apps/base/customer1/openclaw/configmap.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/customer1/openclaw/configmap.yaml b/apps/base/customer1/openclaw/configmap.yaml index 1297f46..87071a0 100644 --- a/apps/base/customer1/openclaw/configmap.yaml +++ b/apps/base/customer1/openclaw/configmap.yaml @@ -13,8 +13,8 @@ data: "bind": "loopback", "port": 18789, "auth": { - "mode": "token", - "allowInsecureAuth": true + "mode": "token" + }, "controlUi": { "enabled": true @@ -33,7 +33,7 @@ data: ], "groups": { "*": { - "requireMention": true + "requireMention": false } } }