-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (29 loc) · 2.1 KB
/
Copy path.env.example
File metadata and controls
43 lines (29 loc) · 2.1 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
# LocalPibox Pi Stack Environment Variables
# Copy values from .env.example and set in your shell or workspace .env.
# Never commit .env — it contains secrets.
#
# NOTE: The devstack .env.example uses LPB_ prefix (LPB_EXA_API_KEY).
# This agent-dir .env.example uses bare names (EXA_API_KEY).
# start.sh bridges LPB_ → bare for third-party compatibility.
# Use LPB_ in devstack, bare names in .pi/agent — they are equivalent.
# ─── API Keys ────────────────────────────────────────────────────────────────
# Exa MCP search API key
EXA_API_KEY=your-exa-api-key-here
# Context7 MCP server API key (optional — improves rate limits)
CONTEXT7_API_KEY=
# GitHub MCP Server (required for github-mcp-server)
GITHUB_TOKEN=ghp_your-github-personal-access-token
# ─── Agent Browser ───────────────────────────────────────────────────────────
AGENT_BROWSER_SESSION=${PI_WORKTREE_ID}
# ─── Browser Automation ──────────────────────────────────────────────────────
# Enable Chrome DevTools MCP (diagnostics) — disabled by default
# CHROME_DEVTOOLS_ENABLED=false
# ─── OpenVSCode (devstack) ───────────────────────────────────────────────────
# Change from default for security
CONNECTION_TOKEN=change-me-to-secure-token
EDITOR_HOST=0.0.0.0
ED_PORT=3000
# ─── Optional: Overflow Provider ─────────────────────────────────────────────
# OPENROUTER_API_KEY=sk-or-v1-...
# ─── Optional: PostgreSQL (devstack) ─────────────────────────────────────────
# POSTGRES_PASSWORD=change-me