DumbWareio_DumbDo/.env.example
2025-08-27 19:26:19 +01:00

17 lines
444 B
Plaintext

# DumbDo Configuration
# PIN Protection (4 digits)
# Leave empty to disable PIN protection
DUMBDO_PIN=1234
# Server Port (default: 3000)
PORT=3000
DUMBDO_SITE_TITLE=DumbDo
# (Optional) Restrict origins - ex: https://subdomain.domain.tld,https://auth.proxy.tld,http://internalip:port' (default is '*')
# - ALLOWED_ORIGINS=http://localhost:3000
# NODE_ENV=development # default production (development allows all origins)
SINGLE_LIST=false