Files
hive/honeycomb/.env.example
T
Timothy 689db5ab33
Release / Create Release (push) Waiting to run
Release / Publish Docker Images (push) Blocked by required conditions
feat: initial open-source release
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
2026-01-13 20:13:05 -08:00

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