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:
7171
7272 ``` env
7373 # Basic
74+ SERVER_NAME=project_name
7475 NODE_ENV=development
7576 DATABASE_URL=mongodb://127.0.0.1:27017/project_name
76- IP_ADDRESS=192.0.0.0
77+ IP_ADDRESS=10.10.7.7
7778 PORT=5000
79+ PORT_DEV=5001
7880
7981 # Bcrypt
8082 BCRYPT_SALT_ROUNDS=12
@@ -84,11 +86,15 @@ Ensure you have the following installed:
8486 JWT_EXPIRE_IN=1d
8587
8688 # 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
8991 EMAIL_PASS=mkqcfjeqloothyax
9092 EMAIL_PORT=587
9193 EMAIL_HOST=smtp.gmail.com
94+
95+ # Admin credentials
96+ SUPER_ADMIN_EMAIL=super.admin@gmail.com
97+ SUPER_ADMIN_PASSWORD=P@ssword123
9298 ```
9399
941004 . ** Run the project:**
You can’t perform that action at this time.
0 commit comments