File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,12 @@ Ensure you have the following installed:
71
71
72
72
``` env
73
73
# Basic
74
+ SERVER_NAME=project_name
74
75
NODE_ENV=development
75
76
DATABASE_URL=mongodb://127.0.0.1:27017/project_name
76
- IP_ADDRESS=192.0.0.0
77
+ IP_ADDRESS=10.10.7.7
77
78
PORT=5000
79
+ PORT_DEV=5001
78
80
79
81
# Bcrypt
80
82
BCRYPT_SALT_ROUNDS=12
@@ -84,11 +86,15 @@ Ensure you have the following installed:
84
86
JWT_EXPIRE_IN=1d
85
87
86
88
# Email
87
- EMAIL_FROM=email @gmail.com
88
- EMAIL_USER=email @gmail.com
89
+ EMAIL_FROM=your_email @gmail.com
90
+ EMAIL_USER=your_email @gmail.com
89
91
EMAIL_PASS=mkqcfjeqloothyax
90
92
EMAIL_PORT=587
91
93
EMAIL_HOST=smtp.gmail.com
94
+
95
+ # Admin credentials
96
+
97
+ SUPER_ADMIN_PASSWORD=P@ssword123
92
98
```
93
99
94
100
4 . ** Run the project:**
You can’t perform that action at this time.
0 commit comments