-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 855 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (22 loc) · 855 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
# Server
HOST=127.0.0.1
PORT=8899
NODE_ENV=development
# SQLite is the zero-config default. Use mysql://user:pass@host:3306/agent_pulse for MySQL.
DATABASE_URL=sqlite:./var/agent-pulse.db
# Required for admin mutations outside development/test.
ADMIN_TOKEN=replace-with-a-long-random-token
# Collector identity. Do not pretend to be a browser.
COLLECTOR_USER_AGENT=agent-pulse/0.1 (+https://github.com/barretlee/agent-pulse)
COLLECTOR_TIMEOUT_MS=30000
COLLECTOR_CONCURRENCY=4
COLLECTOR_PROXY_MODE=env-fallback
# Public site metadata
PUBLIC_SITE_URL=https://barretlee.github.io/agent-pulse/
# Optional AI event convergence. Keep the real key only in .env or a CI secret.
AI_ENRICHMENT_ENABLED=false
AI_ENRICHMENT_MAX_EVENTS=8
AI_ENRICHMENT_TIMEOUT_MS=60000
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-v4-flash