← back to New Items Dashboard

.env.example

14 lines

# new-items-dashboard env

# Port (default 7201)
# PORT=7201

# Basic-auth credentials in "user:password" form.
# SECURITY: rotate before deploying to prod. Without this var set in production,
# the dashboard will fall back to the in-code placeholder — DO NOT ship that.
BASIC_AUTH=admin:CHANGE-ME

# Set NODE_ENV=production in prod so the gate fails CLOSED even if BASIC_AUTH
# is somehow unset.
# NODE_ENV=production