Skip to content

Commit 525554b

Browse files
authored
fix(#325):updating env.example (#435)
1 parent 52390da commit 525554b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ SECRET=<the_secret_to_sign_token>
1111
ADMIN_EMAIL=<nodemailer-sender-email>
1212
ADMIN_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+
1420
CLOUD_NAME=<cloud-name>
1521
API_KEY=<cloudinary-api-key>
1622
API_SECRET=<cloudinary-api-secret>
@@ -23,3 +29,9 @@ TEST_EMAIL=<test-credentials-email>
2329
TEST_PASS=<test-credentials-password>
2430

2531
FRONTEND_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+

0 commit comments

Comments
 (0)