# Minerva Voice Server — configuration # Copy to config/.env and fill in real values. Never commit .env. # Server SERVER_HOST=0.0.0.0 SERVER_PORT=5000 # Whisper STT WHISPER_MODEL=base # Mycroft Precise wake word # PRECISE_MODEL=/path/to/wake-word.net # PRECISE_SENSITIVITY=0.5 # Home Assistant integration (optional) # HA_URL=http://homeassistant.local:8123 # HA_TOKEN=your_long_lived_access_token_here # HuggingFace (for speaker identification, optional) # HF_TOKEN=your_huggingface_token_here # Logging LOG_LEVEL=INFO LOG_FILE=logs/minerva.log