docs(env): add OPENCLAW_LLM_GATEWAY_KEY/URL to .env.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-03-08 15:38:21 -07:00
parent 54ed8290b1
commit 9e56b489c4
1 changed files with 4 additions and 0 deletions

View File

@ -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