Files
crabwalk/.env.example
T
Jamie Taylor 4803e12daa feat(monitor): add configurable gateway URL in settings panel
Add runtime configuration for Clawdbot gateway WebSocket URL through the settings UI. Changes include server-side tRPC mutations for URL management, client-side localStorage persistence for user preferences, shared URL validation utilities, and UI controls for editing, saving, and resetting to defaults. Reconnects are handled automatically when switching URLs.
2026-02-01 22:08:01 +00:00

11 lines
319 B
Bash

# Add your environment variables here
# Copy this file to .env.local and fill in your values
# Clawdbot gateway WebSocket URL (optional, defaults to ws://127.0.0.1:18789)
# This can be overridden at runtime via the Settings panel
# CLAWDBOT_URL=ws://127.0.0.1:18789
# Clawdbot gateway auth token
CLAWDBOT_API_TOKEN=