Skip to content

Commit

Permalink
docs: Add .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah4tech committed Jul 24, 2024
1 parent 0e3e128 commit 6b66a51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
APP_VERSION=1.0.0

CLOUDINARY_NAME=

CLOUDINARY_KEY=

CLOUDINARY_SECRET=

JWT_SECRET=

MONGO_URI="https://mongourl.something"

NODE_ENV=

PORT=5000

0 comments on commit 6b66a51

Please sign in to comment.