Skip to content

Commit

Permalink
Update description of env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminJohnson2204 committed Feb 1, 2024
1 parent feedc7c commit ed91b85
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: email(), // Recipient of VSR validation email
EMAIL_NOTIFICATIONS_RECIPIENT: email(), // Recipient of VSR notification emails
BACKEND_FIREBASE_SETTINGS: json(), // Firebase settings for backend, stored as a JSON string
});

0 comments on commit ed91b85

Please sign in to comment.