- 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>
23 lines
667 B
Plaintext
23 lines
667 B
Plaintext
# WHOOSH Environment Configuration
|
|
# Copy this file to .env and customize for your environment
|
|
|
|
# CORS Configuration
|
|
# For development: CORS_ORIGINS=http://localhost:3000,http://localhost:3001
|
|
# For production: CORS_ORIGINS=https://whoosh.home.deepblack.cloud
|
|
CORS_ORIGINS=https://whoosh.home.deepblack.cloud
|
|
|
|
# Database Configuration
|
|
DATABASE_URL=postgresql://whoosh:whooshpass@postgres:5432/whoosh
|
|
|
|
# Redis Configuration
|
|
REDIS_URL=redis://redis:6379
|
|
|
|
# Environment
|
|
ENVIRONMENT=production
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|
|
|
|
# Traefik Configuration (for local development)
|
|
# Set this if you want to use a different domain for local development
|
|
# TRAEFIK_HOST=whoosh.local.dev |