ohmygaugh commited on
Commit
118df50
·
1 Parent(s): ca96192

Remove .env.example with exposed secrets

Browse files
Files changed (1) hide show
  1. .env.example +0 -30
.env.example DELETED
@@ -1,30 +0,0 @@
1
- # Graph-Driven Agentic System Environment Configuration
2
- # Copy this file to .env and fill in your values
3
-
4
- # Neo4j Configuration
5
- NEO4J_AUTH=neo4j/password
6
- NEO4J_BOLT_URL=bolt://neo4j:7687
7
-
8
- # PostgreSQL Configuration
9
- POSTGRES_PASSWORD=postgres123
10
- POSTGRES_CONNECTION=postgresql://postgres:postgres123@postgres:5432/testdb
11
-
12
- # MCP Server Configuration
13
- MCP_API_KEYS=dev-key-123
14
- MCP_PORT=8000
15
-
16
- # Agent Configuration
17
- AGENT_POLL_INTERVAL=30
18
- PAUSE_DURATION=300
19
-
20
- # LLM Configuration (REQUIRED - Add your API key)
21
- LLM_API_KEY=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
22
- LLM_MODEL=gpt-4o
23
-
24
- # Alternative LLM Options:
25
- # For OpenAI: LLM_MODEL=gpt-4 or gpt-3.5-turbo
26
- # For Anthropic: LLM_MODEL=claude-3-sonnet-20240229
27
-
28
- # Development Settings (optional)
29
- COMPOSE_PROJECT_NAME=agentic-system
30
- DOCKER_BUILDKIT=1