mirror of
https://github.com/DumbWareio/DumbTerm.git
synced 2026-02-04 12:35:06 +08:00
32 lines
647 B
Plaintext
32 lines
647 B
Plaintext
# Server Configuration
|
|
PORT=3000
|
|
NODE_ENV=production
|
|
DEBUG=TRUE
|
|
|
|
# Site Configuration
|
|
SITE_TITLE=DumbTerm
|
|
|
|
# Base URL Configuration
|
|
BASE_URL=http://localhost:3000
|
|
|
|
# PIN Protection (Recommended)
|
|
DUMBTERM_PIN=
|
|
|
|
# PIN Lockout Duration (in minutes - default: 15)
|
|
LOCKOUT_TIME=
|
|
|
|
# CORS Configuration
|
|
ALLOWED_ORIGINS=
|
|
|
|
# Max Session Age (in hours - default: 24) requires login after session expires
|
|
# MAX_SESSION_AGE=24
|
|
|
|
# Set to 'true' to enable demo mode with simulated terminal
|
|
# DEMO_MODE=true
|
|
|
|
# DOCKER ONLY
|
|
# Enable Starship and Nerd Fonts (Docker only)
|
|
# ENABLE_STARSHIP=
|
|
|
|
# Timezone Configuration (Docker Only)
|
|
# DUMBTERM_TZ=America/Los_Angeles |