14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
# 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
|
|
|
|
# Optional - Twilio (for phone calls)
|
|
TWILIO_ACCOUNT_SID=
|
|
TWILIO_AUTH_TOKEN=
|
|
TWILIO_PHONE_NUMBER=
|