-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 915 Bytes
/
.env.example
File metadata and controls
30 lines (23 loc) · 915 Bytes
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
# EvoMap Hub connection (optional -- all core features work offline without these)
# A2A_HUB_URL=https://evomap.ai
# A2A_NODE_ID=your_node_id_here
# Evolution strategy: balanced (default) | innovate | harden | repair-only
# EVOLVE_STRATEGY=balanced
# Bridge mode: controls sessions_spawn() output for host runtimes like OpenClaw.
# Defaults to off unless OPENCLAW_WORKSPACE is set.
# EVOLVE_BRIDGE=false
# Heartbeat interval in milliseconds (default: 360000 = 6 minutes)
# HEARTBEAT_INTERVAL_MS=360000
# Worker pool: set to 1 to participate as a worker in the EvoMap network
# WORKER_ENABLED=1
# WORKER_DOMAINS=repair,harden
# WORKER_MAX_LOAD=5
# Path overrides (usually auto-detected)
# MEMORY_DIR=./memory
# EVOLVER_REPO_ROOT=.
# OPENCLAW_WORKSPACE=
# Auto GitHub issue reporting (enabled by default)
# EVOLVER_AUTO_ISSUE=true
# GITHUB_TOKEN=your_github_token_here
# Verbose logging
# EVOLVER_VERBOSE=true