Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
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
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,4 @@ dist

playwright-results/
playwright-report/
test-results/
src/.DS_Store
src/api/.DS_Store
.DS_Store
test-results/
Loading
Loading