-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 1.22 KB
/
.env.example
File metadata and controls
25 lines (19 loc) · 1.22 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
# Environment variables for opencode-docker
# Copy this file to .env and fill in your values
# NEVER commit .env to git
# ── Required for opencode providers ──────────────────────────
# Anthropic (claude models) - login via CLI plugin handles this
# ANTHROPIC_API_KEY=your_key_here
# ── MCP: Context7 (documentation lookup) ─────────────────────
CONTEXT7_API_KEY=
# ── MCP: GitHub Copilot integration ──────────────────────────
GITHUB_TOKEN=
# ── MCP: Stitch (Google) ─────────────────────────────────────
STITCH_API_KEY=
# ── MCP: SonarQube ───────────────────────────────────────────
SONARQUBE_TOKEN=
SONARQUBE_ORG=
# ── Workspace ────────────────────────────────────────────────
# Host directory to mount as /workspace inside the container
# This is where your code projects live
# WORKSPACE_DIR=/path/to/your/projects