Elysiadev11 commited on
Commit
b9ee71a
·
verified ·
1 Parent(s): cde3108

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. 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
- "webhookUrl": "https://elysiadev11-openclaw.hf.space/telegram/webhook",
 
121
  "webhookSecret": "$OPENCLAW_GATEWAY_PASSWORD",
122
- "webhookPath": "/telegram/webhook",
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": {