From 1250261afe4ac047aed2dd53b551605d288cb714 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sat, 2 Nov 2024 15:18:42 +0000 Subject: [PATCH] docs(#55): Add comments to .env.example Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index b0b9619..200a2cd 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,9 @@ SUPABASE_SERVICE_ROLE_KEY="" STRIPE_SECRET_KEY="" STRIPE_ENDPOINT_SECRET="" VITE_PRODUCT_ID_EXAMPLEPRODUCT="" +# Brevo API configuration for transactional emails (account closure notifications) VITE_BREVO_API_KEY="" +# Default sender email for system notifications VITE_BREVO_SENDER_EMAIL="noreply@example.com" +# Display name for the sender email VITE_BREVO_SENDER_NAME="No Reply" \ No newline at end of file