-
-
Notifications
You must be signed in to change notification settings - Fork 499
Expand file tree
/
Copy path.env.example
More file actions
24 lines (18 loc) · 622 Bytes
/
.env.example
File metadata and controls
24 lines (18 loc) · 622 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
# Example .env file for CodeGraphContext Docker deployment
# Copy this file to .env and update with your values
# Neo4j Configuration (if using Neo4j instead of FalkorDB Lite)
NEO4J_URI=bolt://neo4j:7687
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=codegraph123
# For production, use a strong password:
# NEO4J_PASSWORD=your_secure_password_here
# Application Configuration
CGC_HOME=/root/.codegraphcontext
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1
# Optional: Logging Level
# LOG_LEVEL=INFO
# Optional: Custom workspace path
# WORKSPACE_PATH=/workspace
# Optional: Database selection
# DATABASE_TYPE=falkordb # or neo4j