diff --git a/deploy/docker/.env.example b/deploy/docker/.env.example index a21fc1b..d8c73a2 100644 --- a/deploy/docker/.env.example +++ b/deploy/docker/.env.example @@ -1,5 +1,9 @@ # Required ANTHROPIC_API_KEY=your-api-key-here + +# iConsulting LLM Gateway (OpenClaw containers route Anthropic calls through this gateway) +OPENCLAW_LLM_GATEWAY_URL=http://154.84.135.121:3008 +OPENCLAW_LLM_GATEWAY_KEY=your-openclaw-gateway-key-here JWT_SECRET=change-this-to-a-random-string VAULT_MASTER_KEY=change-this-to-a-random-string