.env.example 643 B

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