From aa9899f82e27f8117f8652e335a42a16d32f25af Mon Sep 17 00:00:00 2001 From: Atibali Date: Fri, 27 Feb 2026 22:19:59 +0530 Subject: [PATCH] fix(security): remove SMTP secrets from .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4017b03..ba07499 100644 --- a/.env.example +++ b/.env.example @@ -44,8 +44,8 @@ REDIS_DB=0 EMAIL_ENABLED=false SMTP_HOST=smtp.gmail.com SMTP_PORT=587 -SMTP_USER=your_email@gmail.com -SMTP_PASS=your_app_password_here +SMTP_USER=your_smtp_username_here +SMTP_PASS=your_smtp_password_here EMAIL_FROM="Code Duel " # Email Reminder Cron Configuration