aip9105 commited on
Commit
47c5899
ยท
verified ยท
1 Parent(s): 2bdfee9

Update start-openclaw.sh

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