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:
parent
54ed8290b1
commit
9e56b489c4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue