customer-presentation/.env.example
2026-04-23 10:38:37 +02:00

15 lines
798 B
Text

# ─────────────────────────────────────────────────────────────
# Copy this file to `.env` and fill in real values.
# cp .env.example .env
# Never commit the real .env file. It is in .gitignore.
# ─────────────────────────────────────────────────────────────
# Node listens on this port, bound to 127.0.0.1 only
PORT=3000
# Public origin of the site — used only in log output
PUBLIC_ORIGIN=https://project-bifrost.fenja.ai
# Set to "development" locally to allow http:// cookies.
# In production, omit or set to "production".
NODE_ENV=development