# Eleven Labs API Configuration
ELEVENLABS_API_KEY=your_api_key_here
# Server Configuration
HOST=127.0.0.1 # Lokal: 127.0.0.1, Docker: 0.0.0.0
PORT=9020 # Port auf dem der Service erreichbar ist
LOG_LEVEL=INFO # Loglevel (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# API Path Configuration
# Wichtig: Lokal leer oder '/', in AWS/Container '/jessica-backend'
ROOT_PATH= # Pfad-Präfix für API Gateway/ALB (lokal leer, Produktion z.B. '/jessica-backend')
# Development Settings
DEBUG=false # Debug-Modus aktivieren
RELOAD=true # Auto-Reload bei Code-Änderungen
# MCP Configuration
MCP_PORT=9022 # Port für MCP-Kommunikation