Files
2026-09-13 20:23:05 +01:00

13 lines
401 B
Bash

# Copy to .env and adjust. All values are optional.
# The URL audience phones will open when they scan the QR code.
# On a LAN, use this machine's IP, e.g. http://192.168.1.50:3000
# Behind a reverse proxy, use the public https URL.
PUBLIC_BASE_URL=
# Set a password to lock the host dashboard. Empty = open (trusted network only).
ADMIN_PASSWORD=
# Max upload size in megabytes.
MAX_UPLOAD_MB=500