# DevContext Environment Variables
# Path to the project directory to analyze
# If not set, will default to the current working directory
PROJECT_PATH=/path/to/your/project
# TursoDB Database URL (required)
# Format: libsql://your-database-name.turso.io
TURSO_DATABASE_URL=libsql://your-database-name.turso.io
# TursoDB Authentication Token (required)
# Get this from your Turso dashboard
TURSO_AUTH_TOKEN=your-turso-auth-token-here
# Logging level
# Options: debug, info, warn, error
# Default: info
LOG_LEVEL=info
MAX_TEXT_FILE_SIZE_MB=5
TREE_SITTER_LANGUAGES=javascript,python,typescript