forked from ChrisWiles/claude-code-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (32 loc) · 1.05 KB
/
.env.example
File metadata and controls
42 lines (32 loc) · 1.05 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
# GitHub Token (required for GitHub MCP)
GITHUB_TOKEN=ghp_your-github-personal-access-token
# Serena MCP Configuration
SERENA_HOST=http://localhost:8384
SERENA_API_KEY=your-serena-api-key
# Context7 MCP Configuration
CONTEXT7_API_KEY=your-context7-api-key
# SurrealDB Configuration (Docker local)
SURREALDB_URL=http://localhost:8081
SURREALDB_USER=root
SURREALDB_PASS=root
SURREALDB_NS=claudia
SURREALDB_DB=main
SURREALDB_ROOT_PASSWORD=root
# SearXNG Configuration (Docker local)
SEARXNG_URL=http://localhost:8080
SEARXNG_SECRET_KEY=generate-a-random-secret-key-here
# Ollama Configuration (Docker local)
OLLAMA_HOST=http://localhost:11434
# Playwright MCP Configuration
PLAYWRIGHT_HEADLESS=true
PLAYWRIGHT_BROWSER=chromium
# Sentry Configuration (optional)
SENTRY_AUTH_TOKEN=your-sentry-auth-token
SENTRY_ORG=your-sentry-org
# Slack Configuration (optional)
SLACK_BOT_TOKEN=xoxb-your-slack-bot-token
SLACK_TEAM_ID=T00000000
# Codecov (optional for CI)
CODECOV_TOKEN=your-codecov-token
# Semgrep (optional for security scanning)
SEMGREP_APP_TOKEN=your-semgrep-token