mirror of
https://github.com/DumbWareio/DumbDo.git
synced 2026-01-09 06:11:13 +08:00
17 lines
444 B
Plaintext
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
|