15 lines
798 B
Text
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
|