-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (39 loc) · 1.62 KB
/
.env.example
File metadata and controls
50 lines (39 loc) · 1.62 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# ============================================
# ZHC — Zero Human Corp — Environment Config
# ============================================
# === Model Auth (pick ONE approach per provider) ===
# Option A: API Keys (recommended for most users)
ANTHROPIC_API_KEY= # sk-ant-... from console.anthropic.com
OPENAI_API_KEY= # sk-... from platform.openai.com
# Option B: CLI Subscriptions (mount auth dirs into container)
# Mount ~/.claude and ~/.codex volumes instead of setting API keys.
# OpenClaw auto-detects CLI auth when API keys are not set.
# === OpenClaw Gateway ===
OPENCLAW_GATEWAY_PORT=18789 # Agent orchestration gateway port
OPENCLAW_CONFIG_PATH=/zhc/openclaw.json
# === Dashboard (Mission Control) ===
DASHBOARD_PORT=4200
# === Agent Config ===
CEO_HEARTBEAT_INTERVAL=300 # Seconds between Champion check-ins (default: 300)
DAILY_BUDGET_LIMIT=50 # Safety cap: max daily spend on external services
# === GitHub Issues (Task Tracker) ===
GITHUB_REPO= # owner/repo — enables GitHub Issues as task tracker
GITHUB_SYNC_INTERVAL=30 # Seconds between GitHub polls (default: 30)
GITHUB_TOKEN= # PAT with repo scope (used by gh CLI)
# === Channels (optional — OpenClaw built-in) ===
SLACK_BOT_TOKEN=
SLACK_APP_TOKEN=
DISCORD_BOT_TOKEN=
TELEGRAM_BOT_TOKEN=
# === Cloudflare (Deploy Target) ===
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_API_TOKEN=
CF_PAGES_PROJECT_PREFIX=zhc
# === Payments ===
STRIPE_SECRET_KEY= # sk_test_ for dev, sk_live_ for prod
# === Daily Summary Email (Optional) ===
SUMMARY_EMAIL=
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=
SMTP_PASS=