aip9105 commited on
Commit
fa6c31e
ยท
verified ยท
1 Parent(s): dbff374

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +3 -0
start-openclaw.sh CHANGED
@@ -163,6 +163,9 @@ cat > /root/.openclaw/openclaw.json <<EOF
163
  "dangerouslyAllowHostHeaderOriginFallback": true,
164
  "allowInsecureAuth": true,
165
  "dangerouslyDisableDeviceAuth": true
 
 
 
166
  }
167
  },
168
 
 
163
  "dangerouslyAllowHostHeaderOriginFallback": true,
164
  "allowInsecureAuth": true,
165
  "dangerouslyDisableDeviceAuth": true
166
+ },
167
+ "plugins": {
168
+ "allow": ["openclaw-weixin"]
169
  }
170
  },
171