# Voice Server Configuration # Copy this file to .env and modify as needed # Server Settings HOST=0.0.0.0 PORT=8888 # TTS Settings MODEL_DIR=./models DEFAULT_VOICE=en_US-lessac-medium DEFAULT_RATE=170 # Queue Settings QUEUE_MAX_SIZE=50 REQUEST_TIMEOUT_SECONDS=60 # Logging LOG_LEVEL=INFO LOG_FILE=voice-server.log # Debug (disable TTS for testing) # VOICE_ENABLED=true