Skip to content

Commit e04ed25

Browse files
committed
#54 checking for readme file format
1 parent 7d15211 commit e04ed25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ All the dependencies used in this project will be listed in the `package.json` f
1414

1515
To start working on this project first you need to create `.env` file. This .env file will contain:
1616

17-
`PORT`
17+
`PORT`
1818
You can set it on any port number you want.
1919

20-
`TOKEN_SECRET` which you will get by running following line in terminal
20+
`TOKEN_SECRET` which you will get by running following line in terminal
2121
```
2222
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));
2323
```
24-
`ENVIRONMENT`
24+
`ENVIRONMENT`
2525
Set this on 'local'
26-
26+
2727
`DB_URL`
2828
For this parameter you will need to open you account on MongoDB Atlas, don't forget to note down you account password, then create new cluster and through that you will get your connection string which will be your DB_URL in .env, make sure instead of "password" in connection string, you enter your own account password.
2929

0 commit comments

Comments
 (0)