-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
21 lines (15 loc) · 726 Bytes
/
Copy pathexample.env
File metadata and controls
21 lines (15 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Environment Variables Configuration
# Replace the placeholder values with your actual API keys and host URLs.
ANTHROPIC_API_KEY=<your-anthropic-api-key>
TAVILY_API_KEY=<your-tavily-api-key>
LANGSMITH_API_KEY=<LANGSMITH_API_KEY>
GITHUB_API_KEY=<your-github-api-key>
ELASTICSEARCH_AGENT_HOST=<your-elasticsearch-agent-host>
ELASTICSEARCH_HOST=<your-elasticsearch-host>
ELASTICSEARCH_API_KEY=<your-elasticsearch-api-key>
# Redis cache (optional). Defaults to localhost; docker-compose sets this to
# redis://redis:6379/0 automatically. If unset/unreachable the app still runs,
# just without caching.
REDIS_URL=redis://localhost:6379/0
KIBANA_URL=<your-kibana-url>
KIBANA_API_KEY=<your-kibana-api-key>