-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
52 lines (39 loc) · 2.08 KB
/
Copy path.env.example
File metadata and controls
52 lines (39 loc) · 2.08 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
51
52
# HEAL Configuration
#
# Copy to .env and configure:
# cp .env.example .env
# ============================================================================
# Required: Authentication
# ============================================================================
# Option 1: Use Application Default Credentials (recommended for development)
# Run: gcloud auth application-default login
# Option 2: Use service account key file (recommended for CI/production)
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json
# Required: Anthropic Vertex AI project for Claude agents
# ANTHROPIC_VERTEX_PROJECT_ID=your-gcp-project-id
# ============================================================================
# Optional: Repository Paths (auto-detected if not set)
# ============================================================================
# OKP-MCP repository (Solr configuration analysis)
# Auto-detects: ../okp-mcp, ../../okp-mcp, ~/okp-mcp
# OKP_MCP_ROOT=/path/to/okp-mcp
# lscore-deploy repository (for end-to-end testing)
# Auto-detects: ../lscore-deploy, ../../lscore-deploy, ~/lscore-deploy
# LSCORE_DEPLOY_ROOT=/path/to/lscore-deploy
# lightspeed-evaluation repository (for evaluation framework)
# Auto-detects: ../lightspeed-evaluation, ../../lightspeed-evaluation, ~/lightspeed-evaluation
# LIGHTSPEED_EVAL_ROOT=/path/to/lightspeed-evaluation
# ============================================================================
# Optional: Service Configuration
# ============================================================================
# Solr search service URL (default: localhost:8983)
# For Docker: http://host.docker.internal:8983/solr/portal
# For remote: http://your-solr-host:8983/solr/portal
# SOLR_URL=http://localhost:8983/solr/portal
# ============================================================================
# Optional: Storage Directories
# ============================================================================
# Debug log directory (default: ~/.heal/logs)
# HEAL_LOG_DIR=/path/to/logs
# Git worktree storage (default: ~/.heal/worktrees)
# HEAL_WORKTREE_ROOT=/path/to/worktrees