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>
This commit is contained in:
10
.env.example
10
.env.example
@@ -1,13 +1,13 @@
|
||||
# Hive Environment Configuration
|
||||
# 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://hive.home.deepblack.cloud
|
||||
CORS_ORIGINS=https://hive.home.deepblack.cloud
|
||||
# For production: CORS_ORIGINS=https://whoosh.home.deepblack.cloud
|
||||
CORS_ORIGINS=https://whoosh.home.deepblack.cloud
|
||||
|
||||
# Database Configuration
|
||||
DATABASE_URL=postgresql://hive:hivepass@postgres:5432/hive
|
||||
DATABASE_URL=postgresql://whoosh:whooshpass@postgres:5432/whoosh
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_URL=redis://redis:6379
|
||||
@@ -20,4 +20,4 @@ LOG_LEVEL=info
|
||||
|
||||
# Traefik Configuration (for local development)
|
||||
# Set this if you want to use a different domain for local development
|
||||
# TRAEFIK_HOST=hive.local.dev
|
||||
# TRAEFIK_HOST=whoosh.local.dev
|
||||
Reference in New Issue
Block a user