Default port 33033; note dotenv auto-loads .env

This commit is contained in:
2026-06-17 22:24:59 +10:00
parent bf7930fc20
commit ad5fd90b60
+3 -2
View File
@@ -1,8 +1,9 @@
# Copy to .env (loaded by your process manager) or export before `npm start`.
# Loaded automatically at startup via dotenv (`import 'dotenv/config'`),
# so `npm start` and `npm run seed` read these without a process manager.
# Newbury Nights configuration
# Port the Node/Express app listens on (nginx terminates HTTPS in front of this).
PORT=3000
PORT=33033
# Secret used to sign JWTs. CHANGE THIS to a long random string in production.
JWT_SECRET=change-me-to-a-long-random-string