Elysiadev11 commited on
Commit
20bb9ca
·
verified ·
1 Parent(s): a744254

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. 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://mark421-openclaw-ai.hf.space/telegram/webhook",
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": {