7 lines
226 B
Bash
7 lines
226 B
Bash
# Generate a random token for gateway authentication
|
|
# You can use: openssl rand -hex 32
|
|
OPENCLAW_GATEWAY_TOKEN=your-gateway-token-here
|
|
|
|
# Your Anthropic API key (get from console.anthropic.com)
|
|
ANTHROPIC_API_KEY=sk-ant-xxxxx
|