-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 948 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (18 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copy to .env and fill in. Run the harness with `node --env-file=.env ...`.
# Claude subscription OAuth token. Obtain with `claude setup-token`.
# Required when any stage routes to the `claude` provider (the default
# router plans and reviews on `claude`). This is NOT an Anthropic API key.
CLAUDE_CODE_OAUTH_TOKEN=
# The `api` provider: the Anthropic API or any Anthropic-compatible endpoint.
# Set exactly ONE of ANTHROPIC_API_KEY / ANTHROPIC_AUTH_TOKEN. Leave
# ANTHROPIC_BASE_URL empty for the Anthropic API, or point it at your
# provider's Anthropic-compatible endpoint. ANTHROPIC_MODEL is optional
# (empty uses the endpoint's default model).
ANTHROPIC_API_KEY=
ANTHROPIC_AUTH_TOKEN=
ANTHROPIC_BASE_URL=
ANTHROPIC_MODEL=
# Optional: ntfy topic URL for escalation notifications (empty disables).
NTFY_URL=http://127.0.0.1:8091/dev-harness
# Optional. Where the queue DB and session dirs live. Defaults to ~/.dev-harness.
# HARNESS_HOME=