Update start-openclaw.sh
Browse files- start-openclaw.sh +1 -20
start-openclaw.sh
CHANGED
|
@@ -43,27 +43,8 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 43 |
"allowInsecureAuth": true,
|
| 44 |
"dangerouslyDisableDeviceAuth": true
|
| 45 |
}
|
| 46 |
-
},
|
| 47 |
-
"skills": {
|
| 48 |
-
"tavily": {
|
| 49 |
-
"apiKey": "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",
|
| 50 |
-
"defaultSearchDepth": "advanced",
|
| 51 |
-
"maxResults": 10,
|
| 52 |
-
"timeout": 30000
|
| 53 |
-
},
|
| 54 |
-
"autoLoad": true,
|
| 55 |
-
"safeMode": true
|
| 56 |
-
},
|
| 57 |
-
"security": {
|
| 58 |
-
|
| 59 |
-
"apiKeyProtection": true,
|
| 60 |
-
"disableDangerousCommands": true
|
| 61 |
-
},
|
| 62 |
-
"network": {
|
| 63 |
-
|
| 64 |
-
"enabled": true,
|
| 65 |
-
"allowedDomains": ["tavily.com"]
|
| 66 |
}
|
|
|
|
| 67 |
}
|
| 68 |
EOF
|
| 69 |
|
|
|
|
| 43 |
"allowInsecureAuth": true,
|
| 44 |
"dangerouslyDisableDeviceAuth": true
|
| 45 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
}
|
| 47 |
+
|
| 48 |
}
|
| 49 |
EOF
|
| 50 |
|