-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (27 loc) · 889 Bytes
/
.env.example
File metadata and controls
30 lines (27 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# --- Orb Cloud ---
# Leave ORB_API_KEY empty to auto-register a new key at deploy time
# (requires ORB_REGISTER_EMAIL to be set).
ORB_API_KEY=
ORB_REGISTER_EMAIL=
ORB_BASE_URL=https://api.orbcloud.dev
ORB_COMPUTER_NAME=orb-async-dev
ORB_RUNTIME_MB=2048
ORB_DISK_MB=10240
# --- GitHub ---
# PAT with repo + issues + pull_requests scope.
GITHUB_TOKEN=
GITHUB_REPO=
# Secret used to sign/verify webhook deliveries.
WEBHOOK_SECRET=
# --- LLM ---
# Either a direct Anthropic key (ANTHROPIC_API_KEY) or an Anthropic-compatible
# proxy token (ANTHROPIC_AUTH_TOKEN + ANTHROPIC_BASE_URL). If both set, the
# proxy wins.
ANTHROPIC_API_KEY=
ANTHROPIC_AUTH_TOKEN=
ANTHROPIC_BASE_URL=
ANTHROPIC_MODEL=claude-opus-4-7
# --- Health loops ---
# Cost watchdog trips sticky at this daily USD cap; new tasks refuse to
# start until resetTripped() is called (via an operator action).
DAILY_COST_CAP_USD=5