From 10c4b8827b0d1f2f22d7aba4225204701a7051a6 Mon Sep 17 00:00:00 2001 From: Haseeb Zaki <147314463+haseebzaki-07@users.noreply.github.com> Date: Sun, 4 Aug 2024 20:15:28 +0530 Subject: [PATCH] Update .env.example --- backend/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index aaf8e099..5c59ad02 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -1,7 +1,7 @@ -DATABASE_URL="mongodb+srv://username:pass@cluster0.k7v9clo.mongodb.net/styleshare" +DATABASE_URL="mongodb+srv://:@/syleshare" JWT_SECRET="secret" PORT=3001 # EMAIL_USER=user_email_id # EMAIL_PASS=16char_app_password # SEND_EMAIL=true # Uncomment this to turn on email functionality on development -# API_KEY="your google gemini api key" \ No newline at end of file +# API_KEY="your google gemini api key"