22 lines
901 B
Plaintext
22 lines
901 B
Plaintext
# Optional: pre-fill the Gateway URL field on the login screen
|
|
# If not set, defaults to ws://<current-hostname>: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
|
|
|
|
# Optional: default session key to open on connect (default: agent:main:main)
|
|
# Set this when deploying for a specific OpenClaw agent other than main.
|
|
# Example: VITE_AGENT_SESSION=agent:artem:main
|
|
VITE_AGENT_SESSION=
|
|
|
|
# Optional: filter the session list to only show sessions matching this prefix.
|
|
# Useful when multiple agents share a single gateway and you want each
|
|
# PinchChat instance to show only its own sessions.
|
|
# Example: VITE_AGENT_PREFIX=agent:artem:
|
|
VITE_AGENT_PREFIX=
|