Skip to content

Commit

Permalink
Updated Readme to reflect .env requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh7923 committed Nov 2, 2024
1 parent 5f0c50c commit 3d04ffb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ npm install
Create a `.env` file in the root directory and add the following line:
```bash
MONGODB_URI=mongodb://localhost:27017/bloglog
EMAIL_USERNAME=
EMAIL_APP_PASSWORD=
JWT_SECRET=

CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
```

4. Start the Server:
Expand Down

0 comments on commit 3d04ffb

Please sign in to comment.