-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (35 loc) · 1.99 KB
/
Copy path.env.example
File metadata and controls
36 lines (35 loc) · 1.99 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
# Example environment secrets consumed by home-manager/modules/secret
# Copy to .env and provide real values. The .env file stays local.
MY_SECRET=replace-me
# GITHUB_TOKEN=ghp_your_token_here
CLIPROXY_API_KEY=your-api-key-here
CLIPROXY_MANAGEMENT_PASSWORD=your-management-key-here
# Dedicated Alibaba Cloud Token Plan key for the aliyun CLIProxyAPI upstream.
ALIYUN_TOKEN_PLAN_API_KEY=sk-sp-your-token-plan-key-here
# Verboo Code key for the DeepSeek CLIProxyAPI fallback upstream.
VERBOO_API_KEY=your-verboo-api-key-here
# Surplus Intelligence marketplace key for the low-priority CLIProxyAPI fallback upstream (inf_…).
SURPLUS_API_KEY=your-surplus-api-key-here
# Stable login key for the CPA Manager Plus analytics panel.
# Generate one locally, for example: printf 'cpamp_%s\n' "$(openssl rand -hex 32)"
CPA_MANAGER_ADMIN_KEY=cpamp_your-long-random-admin-key-here
# OpenClaw configuration
# Get Telegram bot token from @BotFather: https://t.me/BotFather
OPENCLAW_TELEGRAM_TOKEN=123456789:ABCdefGHIjklMNOpqrsTUVwxyz
# Get your Anthropic API key from: https://console.anthropic.com/
OPENCLAW_ANTHROPIC_API_KEY=sk-ant-api03-your-key-here
# Gateway token for remote mode clients (from kyber: cat ~/.config/openclaw/gateway-token)
OPENCLAW_GATEWAY_TOKEN=your-gateway-token-here
# OpenCode API key for OpenCode Go access via cliproxyapi.
# For multiple accounts, set OPENCODE_API_KEYS to a comma-separated list instead;
# it takes precedence over this legacy singular value.
OPENCODE_API_KEY=your-opencode-api-key-here
# OPENCODE_API_KEYS=first-opencode-api-key,second-opencode-api-key
# xAI API key for Grok access via x.ai subscription (used by opencode xai provider)
XAI_API_KEY=xai-your-key-here
# Roborev CI repos (comma-separated)
ROBOREV_CI_REPOS=org/repo1,org/repo2
# Linear personal API key for Beads sync (`bd linear sync` / launchd dolt-linear-sync).
# Settings → Security → Personal API keys. Team id is public and also set in Nix.
LINEAR_API_KEY=lin_api_your-key-here
LINEAR_TEAM_ID=679ab4ed-3df3-458d-8574-4962f3ebbf31