code-review-agent / sample.env
c1r3x's picture
Review Agent: first commit
4b6e45c verified
raw
history blame contribute delete
680 Bytes
# Code Review Agent Environment Variables
# MCP Integration
NEBIUS_API_KEY=your_nebius_api_key_here
# GitHub Authentication (optional, for private repositories)
# GITHUB_TOKEN=your_github_token_here
# Logging Configuration
LOG_LEVEL=INFO
# Output Directory for Reports
REPORT_OUTPUT_DIR=reports
# Temporary Directory for Cloned Repositories
REPO_TEMP_DIR=temp_repos
# Maximum Repository Size (in MB) to analyze
MAX_REPO_SIZE_MB=100
# Maximum number of files to analyze per language
MAX_FILES_PER_LANGUAGE=100
# Enable/Disable specific analysis features (true/false)
ENABLE_CODE_ANALYSIS=true
ENABLE_SECURITY_SCAN=true
ENABLE_PERFORMANCE_ANALYSIS=true
ENABLE_AI_REVIEW=true