You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VITE_GOOGLE_CLIENT_ID=your_google_client_id_here.apps.googleusercontent.com # Google OAuth client ID for browser-based login (required only if Google Authentication is enabled)
# -------------------------
# API Proxy Target
# -------------------------
VITE_API_PROXY_TARGET=http://server:7860 # URL of your backend API or WebSocket server (used for proxying requests)
# -------------------------
# ICE Gathering Settings (WebRTC)
# -------------------------
VITE_WAIT_FOR_ICE_GATHERING=false # Set to "true" if client and server run on different machines or Docker containers to ensure proper ICE candidate gathering