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 e04ed25 commit 88a2027Copy full SHA for 88a2027
README.md
@@ -14,14 +14,14 @@ All the dependencies used in this project will be listed in the `package.json` f
14
15
To start working on this project first you need to create `.env` file. This .env file will contain:
16
17
-`PORT`
+`PORT`
18
You can set it on any port number you want.
19
20
`TOKEN_SECRET` which you will get by running following line in terminal
21
```
22
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));
23
24
-`ENVIRONMENT`
+`ENVIRONMENT`
25
Set this on 'local'
26
27
`DB_URL`
0 commit comments