Update start-openclaw.sh
Browse files- start-openclaw.sh +3 -2
start-openclaw.sh
CHANGED
|
@@ -117,9 +117,10 @@ generate_safe_json() {
|
|
| 117 |
"botToken": "$TELEGRAM_BOT_TOKEN",
|
| 118 |
"dmPolicy": "allowlist",
|
| 119 |
"allowFrom": [$ALLOW_ID_SAFE],
|
| 120 |
-
"
|
|
|
|
| 121 |
"webhookSecret": "$OPENCLAW_GATEWAY_PASSWORD",
|
| 122 |
-
"webhookPath": "/
|
| 123 |
"webhookHost": "0.0.0.0",
|
| 124 |
"webhookPort": 8787,
|
| 125 |
"streaming": {
|
|
|
|
| 117 |
"botToken": "$TELEGRAM_BOT_TOKEN",
|
| 118 |
"dmPolicy": "allowlist",
|
| 119 |
"allowFrom": [$ALLOW_ID_SAFE],
|
| 120 |
+
"apiRoot": "https://tg-relay.markdevil11.workers.dev",
|
| 121 |
+
"webhookUrl": "https://elysiadev11-openclaw.hf.space/tg-webhook",
|
| 122 |
"webhookSecret": "$OPENCLAW_GATEWAY_PASSWORD",
|
| 123 |
+
"webhookPath": "/tg-webhook",
|
| 124 |
"webhookHost": "0.0.0.0",
|
| 125 |
"webhookPort": 8787,
|
| 126 |
"streaming": {
|