# Frontend Environment Variables # Copy this file to .env and update values as needed # Or run `npm run generate:env` from the root to generate from config.yaml # Hive API URL (handles all backend endpoints: auth, user, IAM, agent control) VITE_API_URL=http://localhost:4000 # Application settings VITE_APP_NAME=Beeline VITE_APP_ENV=development # Google OAuth (optional) VITE_GOOGLE_OAUTH_ID=your-google-oauth-client-id