File size: 680 Bytes
4b6e45c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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