File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ SECRET=<the_secret_to_sign_token>
1111ADMIN_EMAIL = <nodemailer-sender-email>
1212ADMIN_PASS = <nodemailer-google-app-password>
1313
14+ COORDINATOR_EMAIL = <coordinator-email-address>
15+ COORDINATOR_PASS = <coordinator-email-password>
16+
17+ MANAGER_EMAIL = <manager-email-address>
18+ MANAGER_PASS = <manager-email-password>
19+
1420CLOUD_NAME = <cloud-name>
1521API_KEY = <cloudinary-api-key>
1622API_SECRET = <cloudinary-api-secret>
@@ -23,3 +29,9 @@ TEST_EMAIL=<test-credentials-email>
2329TEST_PASS = <test-credentials-password>
2430
2531FRONTEND_LINK = <redirection-link-for-event-invitations>
32+
33+ REGISTER_FRONTEND_URL = <frontend-url-for-user-registration>
34+ REGISTER_ORG_FRONTEND_URL = <frontend-url-for-organization-registration>
35+
36+
37+
You can’t perform that action at this time.
0 commit comments