.env.example•556 B
# MCP Connection Hub - Environment Configuration
# Application Settings
ENVIRONMENT=development # development, testing, production
LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL
# API Security
API_KEY=default_dev_key_change_me # Change this in production!
# Database
DATABASE_URL=sqlite:////data/db/mcp_hub.db
# Tool Settings
# BRAVE_SEARCH_API_KEY=your_brave_search_api_key # Uncomment when available
# Redis Settings (for Job System - Phase 3)
# REDIS_HOST=redis
# REDIS_PORT=6379
# REDIS_PASSWORD= # Leave empty if no password