Files
hive/frontend/.env.example
anthonyrawlins 268214d971 Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components
- Enhanced backend API with new services: AI models, BZZZ integration, templates, members
- Added comprehensive testing suite with security, performance, and integration tests
- Improved frontend with new components for project setup, AI models, and team management
- Updated MCP server implementation with WHOOSH-specific tools and resources
- Enhanced deployment configurations with production-ready Docker setups
- Added comprehensive documentation and setup guides
- Implemented age encryption service and UCXL integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 08:34:48 +10:00

48 lines
1.1 KiB
Plaintext

# WHOOSH Frontend Environment Configuration
# API Configuration
VITE_API_BASE_URL=http://localhost:8087
VITE_WS_BASE_URL=ws://localhost:8087
# Application Configuration
VITE_APP_NAME=WHOOSH
VITE_APP_VERSION=1.0.0
VITE_APP_DESCRIPTION=Unified Distributed AI Orchestration Platform
# Feature Flags
VITE_ENABLE_WEBSOCKETS=true
VITE_ENABLE_NOTIFICATIONS=true
VITE_ENABLE_ANALYTICS=false
VITE_ENABLE_DEBUG_MODE=false
# Development Settings
VITE_API_TIMEOUT=30000
VITE_RETRY_ATTEMPTS=3
VITE_RETRY_DELAY=1000
# Authentication
VITE_TOKEN_STORAGE_KEY=token
VITE_REFRESH_TOKEN_STORAGE_KEY=refresh_token
VITE_SESSION_TIMEOUT=3600000
# Monitoring & Analytics
VITE_METRICS_UPDATE_INTERVAL=5000
VITE_HEALTH_CHECK_INTERVAL=30000
VITE_LOG_LEVEL=info
# UI Configuration
VITE_THEME=light
VITE_LANGUAGE=en
VITE_TIMEZONE=UTC
# Performance
VITE_ENABLE_LAZY_LOADING=true
VITE_CHUNK_SIZE_WARNING_LIMIT=1000
VITE_BUNDLE_ANALYZER=false
# Production overrides (set these in production environment)
# VITE_API_BASE_URL=https://whoosh.home.deepblack.cloud
# VITE_WS_BASE_URL=wss://whoosh.home.deepblack.cloud
# VITE_ENABLE_DEBUG_MODE=false
# VITE_ENABLE_ANALYTICS=true
# VITE_LOG_LEVEL=warn