Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
hide secret
  • Loading branch information
piyush-gangrade authored May 11, 2024
1 parent 7f29a94 commit e961c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ MONGO_URL=mongodb://127.0.0.1:27017/ElectiveHub
PORT=4000


OTP_SECRET=9WfKtNpGy3rVm2HlA8QwXc6o1Bd4Zs7E5uJiR
OTP_SECRET=YourOtpSecret

#email variables
EMAIL_HOST=smtp.gmail.com
EMAIL_SERVICE=gmail
EMAIL_POST=587
EMAIL_SECURE=false
USER_EMAIL="add offical email for sending code"
USER_PASS="add password"
USER_PASS="add password"

0 comments on commit e961c03

Please sign in to comment.