# EverShelf - Configuration # Copy this file to .env and fill in your values # cp .env.example .env # Google Gemini AI API Key (required for AI features) # Get one at: https://aistudio.google.com/app/apikey GEMINI_API_KEY= # Bring! Shopping List credentials (optional) # Sign up at: https://www.getbring.com/ BRING_EMAIL= BRING_PASSWORD= # TTS (Text-to-Speech) for cooking mode voice guidance (optional) # Works with Home Assistant, or any HTTP endpoint that accepts text TTS_URL= TTS_TOKEN= TTS_METHOD=POST TTS_AUTH_TYPE=bearer TTS_CONTENT_TYPE=application/json TTS_PAYLOAD_KEY=message TTS_ENABLED=false