Skip to content

Commit

Permalink
Added .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
swarooppatilx authored Oct 14, 2024
1 parent e2b1ed6 commit 89db101
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#Create .env file according to this format

DB_URL="your_mongo_db_url"
SESSION_SECRET="your_session_secret"
CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name"
CLOUDINARY_API_KEY="your_cloudinary_api_key"
CLOUDINARY_API_SECRET="your_cloudinary_api_secret"

0 comments on commit 89db101

Please sign in to comment.