You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Update the following variables in the `.env` file:
12
+
13
+
-`MONGO_CLOUD_URI`
14
+
15
+
-`MONGO_LOCAL_URI`
16
+
17
+
-`FIREBASE_PROJECT_ID`
18
+
19
+
-`FIREBASE_PRIVATE_KEY`
20
+
21
+
-`FIREBASE_CLIENT_EMAIL`
22
+
23
+
-`FIREBASE_STORAGE_BUCKET`
24
+
25
+
-`JWT_SECRET`
26
+
27
+
-`SERVICE`: Email service to use to send account verification links, e.g. `gmail`.
28
+
29
+
-`USER`: Email address that you will be using, e.g. `[email protected]`.
30
+
31
+
-`PASS`: The app password. For gmail accounts, please refer to this [link](https://support.google.com/accounts/answer/185833?hl=en).
32
+
33
+
-`REDIS_URI`
12
34
13
35
4. A default admin account (`email: [email protected]` and `password: Admin@123`) wil be created. If you wish to change the default credentials, update them in `.env`. Alternatively, you can also edit your credentials and user profile after you have created the default account.
0 commit comments