# Optional: pre-fill the Gateway URL field on the login screen # If not set, defaults to ws://:18789 VITE_GATEWAY_WS_URL=ws://localhost:18789 # Optional: UI locale (default: en). Supported: en, fr VITE_LOCALE=en # Optional: client ID sent in the WebSocket connect frame (default: webchat) # Set to "openclaw-control-ui" to use OpenClaw's dangerouslyDisableDeviceAuth bypass VITE_CLIENT_ID=webchat