Skip to content

Commit

Permalink
Merge pull request #118 from vivekrawat21/feature_envsample
Browse files Browse the repository at this point in the history
Added env_sample file
  • Loading branch information
Anuj3553 authored Oct 16, 2024
2 parents e153b39 + eb5f166 commit 289e1e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/.env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Email Configuration for Nodemailer (using Gmail)
EMAIL_USER=your-email
EMAIL_PASS=your-email-password

# Google OAuth Client ID for Google Login
GOOGLE_CLIENT_ID=your-google-oauth-client-id

# JWT Secret for Token Generation
JWT_SECRET=your-secret-key

# MongoDB Connection URI
MONGO_URI=your mongoDB URI

0 comments on commit 289e1e1

Please sign in to comment.