| 123456789101112131415161718 |
- # BambuTrack Environment Configuration
- # Copy this file to .env and adjust values as needed
- # Debug mode (true = DEBUG logging, false = production with INFO logging)
- DEBUG=true
- # Log level (only used when DEBUG=false)
- # Options: DEBUG, INFO, WARNING, ERROR
- LOG_LEVEL=INFO
- # Enable file logging (logs written to logs/bambutrack.log)
- LOG_TO_FILE=true
- # Home Assistant Integration (for HA Add-on deployments)
- # When both HA_URL and HA_TOKEN are set, Home Assistant integration is automatically enabled
- # and these values override any database settings (read-only in UI)
- # HA_URL=http://supervisor/core
- # HA_TOKEN=your-long-lived-access-token
|