# Beacon Digital Signage Configuration # Copy this file to .env and customize for your setup # API Configuration BEACON_API_URL=https://your-api-endpoint.com # Window Configuration BEACON_WINDOW_WIDTH=1920 BEACON_WINDOW_HEIGHT=1080 # Optional: Logging level RUST_LOG=beacon=info