# Copy to .env and set a long random secret (>= 16 chars). This is the admin # password you paste into the app's Settings → Admin. Generate one with: # openssl rand -base64 32 BBP_ADMIN_TOKEN=change-me-to-a-long-random-secret # Optional: comma-separated IPs to reject outright. # BBP_BLOCKED_IPS=1.2.3.4,5.6.7.8