# ⚠️  WARNING: This file is committed to git!
# ⚠️  Never add passwords, API keys, or other secrets here!
# ⚠️  Use examples/.env.local for sensitive data (ignored by git)

# 🚀 Safe default configuration for examples - ready to use!
MQTT_BROKER=mqtt://localhost:1883
# 📋 Tracing Configuration (uncomment to enable logging)
# RUST_LOG=info                   # Standard logging (recommended)
# RUST_LOG=debug                  # Verbose logging (shows all MQTT traffic)
# RUST_LOG=warn                   # Minimal logging (warnings and errors only)
# RUST_LOG=error                  # Errors only
# RUST_LOG=trace                  # Very verbose (includes internal details)
# RUST_LOG_DISABLE=1              # Force disable all logging

# You can also target specific modules:
# RUST_LOG=mqtt_typed_client=debug,rumqttc=info
# RUST_LOG=mqtt_typed_client_core::client=trace

# For sensitive config, create examples/.env.local instead:
# MQTT_USERNAME=your_username  
# MQTT_PASSWORD=your_password
