# PaperDash Configuration # Copy this file to .env and fill in your values # Dashboard PIN (4-digit code for the E-Ink client) DASHBOARD_PIN=1234 # API Token (Bearer token for external scripts) API_TOKEN=your-secret-token-here # Server settings # HOST defaults to auto-detected local IP (set to override) PORT=8921 LOG_LEVEL=INFO