# Dangerous Pi Environment Configuration # Copy this file to /opt/dangerous-pi/.env and customize as needed # PM3 Configuration PM3_DEVICE=/dev/ttyACM0 PM3_TIMEOUT=30 # Session Configuration SESSION_TIMEOUT=300 # Server Configuration HOST=0.0.0.0 PORT=8000 VERSION=1.0.0 # Update Configuration GITHUB_REPO=yourusername/dangerous-pi UPDATE_CHECK_INTERVAL=3600 # Wi-Fi Configuration WLAN_INTERFACE=wlan0 USB_WLAN_INTERFACE=wlan1 # UPS Configuration UPS_I2C_ADDRESS=0x36 UPS_CHECK_INTERVAL=60 # BLE Configuration BLE_ENABLED=true BLE_DEVICE_NAME=DangerousPi # Security AUTH_ENABLED=false HTTPS_ENABLED=false