# 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 # GitHub Error Reporting (optional but recommended) # Creates GitHub Issues automatically on crashes/errors from app, kiosk and server. # Create a fine-grained PAT at https://github.com/settings/tokens?type=beta # → Only selected repos: EverShelf # → Permissions: Issues (Read+Write), Metadata (Read-only) GITHUB_ISSUE_TOKEN= GITHUB_REPO=dadaloop82/EverShelf