Update start-openclaw.sh
Browse files- start-openclaw.sh +2 -3
start-openclaw.sh
CHANGED
|
@@ -90,12 +90,11 @@ cat > /root/.openclaw/openclaw.json <<EOF
|
|
| 90 |
"enabled": true,
|
| 91 |
"botToken": "$TELEGRAM_BOT_TOKEN",
|
| 92 |
"dmPolicy": "open",
|
| 93 |
-
"webhookUrl": "https://
|
| 94 |
"webhookSecret": "$OPENCLAW_GATEWAY_PASSWORD",
|
| 95 |
"webhookPath": "/telegram/webhook",
|
| 96 |
"webhookHost": "0.0.0.0",
|
| 97 |
-
"webhookPort": 8787
|
| 98 |
-
"streaming": "partial"
|
| 99 |
}
|
| 100 |
},
|
| 101 |
"gateway": {
|
|
|
|
| 90 |
"enabled": true,
|
| 91 |
"botToken": "$TELEGRAM_BOT_TOKEN",
|
| 92 |
"dmPolicy": "open",
|
| 93 |
+
"webhookUrl": "https://elysiadev11-openclaw.hf.space/telegram/webhook",
|
| 94 |
"webhookSecret": "$OPENCLAW_GATEWAY_PASSWORD",
|
| 95 |
"webhookPath": "/telegram/webhook",
|
| 96 |
"webhookHost": "0.0.0.0",
|
| 97 |
+
"webhookPort": 8787
|
|
|
|
| 98 |
}
|
| 99 |
},
|
| 100 |
"gateway": {
|