# majordomo example environment. # Copy to .env and fill in real values. .env is gitignored — never commit it. # Ollama Cloud API key (used by the ollama-cloud provider and live tests). OLLAMA_API_KEY=your-ollama-cloud-key-here # Built-in provider keys (each optional; only needed for the providers you use). #OPENAI_API_KEY=sk-... #ANTHROPIC_API_KEY=sk-ant-... #GOOGLE_API_KEY=... # LLM_* env-DSN provider definitions (go-llm parity). # Format: LLM_=scheme://[token@]host[/path] # becomes the provider's registry name (LLM_M1 -> "m1"). #LLM_M1=foreman://token@foreman-m1.example.com #LLM_M5=foreman://token@foreman-m5.example.com