-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (14 loc) · 771 Bytes
/
.env.example
File metadata and controls
20 lines (14 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Required: Your OpenRouter API key
OPENROUTER_API_KEY=sk-or-...
# Required: Shared gateway token used by the bridge and Chrome extension relay
OPENCLAW_GATEWAY_TOKEN=change-me
# Optional: Override the default model configured into the local OpenClaw gateway
OPENCLAW_MODEL=openrouter/arcee-ai/trinity-large-preview:free
# Optional: Override the local OpenClaw gateway port used by both the gateway and the Python bridge
OPENCLAW_GATEWAY_PORT=18789
# Optional: Max seconds to wait for a single OpenClaw streaming request before failing
OPENCLAW_AGENT_TIMEOUT=180
# Optional: Override the OpenClaw CLI version used when building the Docker image
OPENCLAW_VERSION=latest
# Optional: Publish the agent container's internal port 8000 on a different host port
PORT=8000