-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (21 loc) · 866 Bytes
/
.env.example
File metadata and controls
29 lines (21 loc) · 866 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.example — Copy to .env and fill in values
# Database (required for cloud mode)
AGENT_DEBUGGER_DB_URL=postgresql+asyncpg://user:pass@host:5432/agent_debugger
# Redis (optional, for horizontal scaling)
REDIS_URL=redis://localhost:6379
# Mode
AGENT_DEBUGGER_MODE=cloud
# AWS S3 (optional, for large payload storage)
# AWS_ACCESS_KEY_ID=...
# AWS_SECRET_ACCESS_KEY=...
# S3_BUCKET=agent-debugger-payloads
# API Keys for external services (optional)
# OPENAI_API_KEY=sk-...
# Audio Mastering
# Enable narration mastering chain (default: false)
# ENABLE_NARRATION_MASTERING=false
# Mastering profile: standard | podcast | cinematic (default: standard)
# AUDIO_MASTERING_PROFILE=standard
# Enable Wav2Lip post-processing for audio-driven lip synchronization (default: false)
# Requires ~1-2GB additional VRAM and Wav2Lip model files
# ENABLE_WAV2LIP=false