Skip to content

Commit 32989cc

Browse files
committed
modify: README file
1 parent 8808621 commit 32989cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Ensure you have the following installed:
7575
NODE_ENV=development
7676
DATABASE_URL=mongodb://127.0.0.1:27017/project_name
7777
IP_ADDRESS=10.10.7.7
78-
PORT=5000
79-
PORT_DEV=5001
78+
PORT=5000 // for production after build (`npm start`)
79+
PORT_DEV=5001 // for development (`npm run dev`)
8080
8181
# Bcrypt
8282
BCRYPT_SALT_ROUNDS=12

0 commit comments

Comments
 (0)