Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
haseebzaki-07 authored Aug 4, 2024
1 parent 97973ce commit 10c4b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DATABASE_URL="mongodb+srv://username:[email protected]/styleshare"
DATABASE_URL="mongodb+srv://<username>:<password>@<cluster-name>/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"
# API_KEY="your google gemini api key"

0 comments on commit 10c4b88

Please sign in to comment.