mirror of
https://github.com/crabwise-ai/crabwalk.git
synced 2026-08-14 00:57:52 +00:00
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.
11 lines
319 B
Bash
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=
|
|
|