We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8808621 commit 32989ccCopy full SHA for 32989cc
README.md
@@ -75,8 +75,8 @@ Ensure you have the following installed:
75
NODE_ENV=development
76
DATABASE_URL=mongodb://127.0.0.1:27017/project_name
77
IP_ADDRESS=10.10.7.7
78
- PORT=5000
79
- PORT_DEV=5001
+ PORT=5000 // for production after build (`npm start`)
+ PORT_DEV=5001 // for development (`npm run dev`)
80
81
# Bcrypt
82
BCRYPT_SALT_ROUNDS=12
0 commit comments