Skip to content

Commit

Permalink
docs(readme): Fix environment variable MONGO_URI to MONGODB_URI i…
Browse files Browse the repository at this point in the history
…n README
  • Loading branch information
TKanX committed Nov 16, 2024
1 parent 63a59c8 commit 8b02c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install
```env
PORT=5000 # Port number for the server (default: 5000)
HOST=localhost # Host address for the server (default: localhost)
MONGO_URI=mongodb://localhost/mpc-lab-x # MongoDB connection URI
MONGODB_URI=mongodb://localhost/mpc-lab-x # MongoDB connection URI
JWT_SECRET=secret # Secret key for JWT token generation
EMAIL_HOST=smtp-relay.brevo.com # SMTP host for sending emails
EMAIL_PORT=587 # SMTP port for sending emails
Expand Down

0 comments on commit 8b02c28

Please sign in to comment.