689db5ab33
Beeline - Open-source LLM observability and control platform Features: - Real-time agent monitoring dashboard - LLM metrics and analytics (TimescaleDB) - Cost tracking and budget controls - WebSocket event streaming - MCP (Model Context Protocol) server Apache 2.0 License
14 lines
423 B
Bash
14 lines
423 B
Bash
# 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
|