.env.example 352 B

123456789101112
  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