.env.example•580 B
XAI_API_KEY=""
OPENAI_API_KEY=
DATABASE_URL="postgresql://username:password@host:port/database"
# Code Graph Backend Configuration
# Copy this to .env and adjust values as needed
# Server Configuration
CODE_GRAPH_SERVER_URL=http://127.0.0.1
CODE_GRAPH_SERVER_PORT=5000
# Authentication
# Token used to authenticate with the code-graph backend server
CODE_GRAPH_AUTH_TOKEN=secret
# Ignore Patterns
# Comma-separated list of patterns to ignore during repository analysis
CODE_GRAPH_IGNORE_PATTERNS=./.github,./build,./node_modules,./.git,./.vscode,./__pycache__,./.pytest_cache