# Frontend Environment Variables # API Base URL (optional) # - For local development: leave empty or don't set (will use /api) # - For production with separate backend: set to full URL # Example: https://api.yourdomain.com/api VITE_API_BASE_URL= # Note: When set, this URL is also used for WebSocket connections # http:// will be converted to ws:// # https:// will be converted to wss://