Skip to content

Commit

Permalink
fix(#325):updating env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
GSinseswa721 committed Nov 20, 2024
1 parent 6fd2a27 commit 3b787ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ SECRET=<the_secret_to_sign_token>
ADMIN_EMAIL=<nodemailer-sender-email>
ADMIN_PASS=<nodemailer-google-app-password>

COORDINATOR_EMAIL=<coordinator-email-address>
COORDINATOR_PASS=<coordinator-email-password>

MANAGER_EMAIL=<manager-email-address>
MANAGER_PASS=<manager-email-password>

CLOUD_NAME=<cloud-name>
API_KEY=<cloudinary-api-key>
API_SECRET=<cloudinary-api-secret>
Expand All @@ -23,3 +29,9 @@ TEST_EMAIL=<test-credentials-email>
TEST_PASS=<test-credentials-password>

FRONTEND_LINK=<redirection-link-for-event-invitations>

REGISTER_FRONTEND_URL=<frontend-url-for-user-registration>
REGISTER_ORG_FRONTEND_URL=<frontend-url-for-organization-registration>



0 comments on commit 3b787ca

Please sign in to comment.