File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ PORT=5000
2
+ MONGO_URI=Mongo_Connection_URL
3
+ JWT_SECRET=secret_key
4
+ JWT_EXPIRES_IN=7d
5
+ JWT_COOKIE_EXPIRE=7d
6
+
7
+ CRYPTR_SECRET=your_secret_code
8
+ CLIENT_ID=your_secret_id
9
+ CLIENT_SECRET=your_secret
10
+ REFRESH_TOKEN=refresh_token
11
+ VERIFY_MAIL=admin_emails_separated_by_comma
12
+ BASE_LINK=http://localhost:5000_or_http://anubhav.aitoss.club_depending_upon_environment
Original file line number Diff line number Diff line change @@ -65,6 +65,14 @@ BASE_LINK=http://localhost:5000_or_http://anubhav.aitoss.club_depending_upon_env
65
65
```
66
66
Replace the dummy values with your credentials (Never share .env file with anyone)
67
67
68
+ OR
69
+
70
+ Just run this command instead of doing above step
71
+
72
+ ```
73
+ cp .env_sample .env
74
+ ```
75
+
68
76
Run the command in your terminal to start the dev server
69
77
70
78
``` bash
You can’t perform that action at this time.
0 commit comments