mirror of
https://github.com/ibelick/webclaw.git
synced 2026-08-14 00:57:51 +00:00
11 lines
297 B
Bash
11 lines
297 B
Bash
# WebClaw → Clawdbot Gateway connection
|
|
#
|
|
# The dashboard server connects to the Clawdbot Gateway via WebSocket.
|
|
# Keep secrets here (never in the browser).
|
|
|
|
CLAWDBOT_GATEWAY_URL=ws://127.0.0.1:18789
|
|
# Recommended auth method:
|
|
CLAWDBOT_GATEWAY_TOKEN=
|
|
# Alternative:
|
|
# CLAWDBOT_GATEWAY_PASSWORD=
|