mirror of
https://github.com/Pavelevich/claw-alexa.git
synced 2026-03-11 21:54:15 +01:00
11 lines
326 B
Plaintext
11 lines
326 B
Plaintext
# OpenClaw Gateway Configuration
|
|
OPENCLAW_GATEWAY_URL=https://your-machine.tailnet.ts.net
|
|
OPENCLAW_GATEWAY_PASSWORD=your-gateway-password
|
|
|
|
# Optional: Fallback to Grok API if gateway is unavailable
|
|
XAI_API_KEY=your-xai-api-key
|
|
|
|
# AWS Configuration (for deployment)
|
|
AWS_REGION=us-east-1
|
|
AWS_LAMBDA_FUNCTION_NAME=openclaw-alexa
|