Default port 33033; note dotenv auto-loads .env
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user