Spaces:
Sleeping
Sleeping
tao-shen commited on
Commit ·
265a06f
1
Parent(s): f10fd84
fix: use auth:{} instead of auth:false (object required)
Browse files- openclaw.json +1 -1
- scripts/sync_hf.py +1 -1
openclaw.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"mode": "local",
|
| 4 |
"bind": "lan",
|
| 5 |
"port": 7860,
|
| 6 |
-
"auth":
|
| 7 |
"trustedProxies": [
|
| 8 |
"0.0.0.0/0"
|
| 9 |
],
|
|
|
|
| 3 |
"mode": "local",
|
| 4 |
"bind": "lan",
|
| 5 |
"port": 7860,
|
| 6 |
+
"auth": {},
|
| 7 |
"trustedProxies": [
|
| 8 |
"0.0.0.0/0"
|
| 9 |
],
|
scripts/sync_hf.py
CHANGED
|
@@ -327,7 +327,7 @@ class OpenClawFullSync:
|
|
| 327 |
"mode": "local",
|
| 328 |
"bind": "lan",
|
| 329 |
"port": 7860,
|
| 330 |
-
"auth":
|
| 331 |
"trustedProxies": ["0.0.0.0/0"],
|
| 332 |
"controlUi": {
|
| 333 |
"allowInsecureAuth": True,
|
|
|
|
| 327 |
"mode": "local",
|
| 328 |
"bind": "lan",
|
| 329 |
"port": 7860,
|
| 330 |
+
"auth": {},
|
| 331 |
"trustedProxies": ["0.0.0.0/0"],
|
| 332 |
"controlUi": {
|
| 333 |
"allowInsecureAuth": True,
|