Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWS authored May 29, 2022
1 parent 0100376 commit 59bf712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ https://dog-grooming-api.herokuapp.com/
2. Run `npm install` to install all necessary packages.
3. Create .env file in the root folder.
4. Add the following variables:
`MONGODB_URI: Description: The URL to the cloud hosted DB`
`PASSWORD_SALT: Salt used in encrypting passwords`
`TOKEN_SECRET: Used to verifty user JWT`
`PORT: Port to utilize should the connection to the cloud hosted DB fail`
`MONGODB_URI:` Description: The URL to the cloud hosted DB
`PASSWORD_SALT:` Salt used in encrypting passwords
`TOKEN_SECRET:` Used to verifty user JWT
`PORT:` Port to utilize should the connection to the cloud hosted DB fail
5. Run `npm run dev` to launch.

# CI/CD Steps:
Expand Down

0 comments on commit 59bf712

Please sign in to comment.