# GT 2.0 Resource Cluster Environment Variables # Environment ENVIRONMENT=development DEBUG=true # Security SECRET_KEY=your-secret-key-here-change-in-production # External LLM Providers GROQ_API_KEY=your-groq-api-key OPENAI_API_KEY=your-openai-api-key ANTHROPIC_API_KEY=your-anthropic-api-key # Service Ports SERVICE_PORT=8003 PROMETHEUS_PORT=9091 # Consul Service Discovery (optional) CONSUL_HOST=localhost CONSUL_PORT=8500 # Redis REDIS_URL=redis://localhost:6379/1 # ChromaDB CHROMADB_HOST=localhost CHROMADB_PORT=8000