-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
29 lines (26 loc) · 899 Bytes
/
.env.example
File metadata and controls
29 lines (26 loc) · 899 Bytes
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
29
# .env
# VGX Environment Configuration
# OpenAI API Key for AI-powered code scanning
OPENAI_API_KEY="your-openai-api-key-here"
# Set to "true" to disable OpenAI integration
DISABLE_OPENAI=false
# Contextual Scanning Configuration
# Set to "false" to disable contextual scanning
ENABLE_CONTEXTUAL_SCAN=true
# Maximum number of related files to include in context
MAX_CONTEXT_FILES=5
# Maximum age of context data in days before refresh
CONTEXT_MAX_AGE_DAYS=30
# VibePenTester Integration
# Set to "true" to enable VibePenTester integration
VIBE_ENABLED=false
# API key for VibePenTester service
VIBE_API_KEY="your-vibepentester-api-key-here"
# URL of the VibePenTester service
VIBE_SERVER_URL="http://localhost:5050"
# Scan scope (url, domain, subdomain)
VIBE_SCAN_SCOPE="url"
# Timeout in seconds
VIBE_TIMEOUT_SECONDS=60
# Set to "true" to upload scan logs to VibePenTester
VIBE_UPLOAD_LOGS=false