Skip to content

Commit

Permalink
Merge pull request #59 from kashifalikhan36/main
Browse files Browse the repository at this point in the history
Add Documentation for Configuring MONGODB_URL in .env File #56
  • Loading branch information
Varsha-1605 authored Jan 15, 2025
2 parents 53f1ddd + 0acd9d9 commit 22eab25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ Solution: Ensure GOOGLE_API_KEY is properly set in .env file
2. MongoDB Connection
```bash
Error: MongoDB connection failed
Solution: Check MONGODB_URL format and network connectivity
Solution: Verify MONGODB_URL format and network access.
Format: MONGODB_URL=mongodb+srv://<username>:<password>@<cluster-address>/<database>?retryWrites=true&w=majority
Replace <username>, <password>, <cluster-address>, and <database> with your details.
```

3. Image Processing
Expand Down

0 comments on commit 22eab25

Please sign in to comment.