Skip to content

Commit

Permalink
Change email notifications recipient env var from str to email
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Feb 1, 2024
1 parent c3efa8f commit feedc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/util/validateEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default cleanEnv(process.env, {
FRONTEND_ORIGIN: str(), // URL of frontend, to allow CORS from frontend
EMAIL_USER: email(), // Email address to use for sending emails
EMAIL_APP_PASSWORD: str(), // App password to use for sending emails
EMAIL_NOTIFICATIONS_RECIPIENT: str(), // Recipient of VSR validation email
EMAIL_NOTIFICATIONS_RECIPIENT: email(), // Recipient of VSR validation email
BACKEND_FIREBASE_SETTINGS: json(), // Firebase settings for backend, stored as a JSON string
});

0 comments on commit feedc7c

Please sign in to comment.