Skip to content

Commit

Permalink
Merge pull request #6 from MPC-Lab-X/docs/fix-readme-environment-vari…
Browse files Browse the repository at this point in the history
…able-mongo-uri

docs(readme): Fix Environment Variable `MONGO_URI` to `MONGODB_URI` in README
  • Loading branch information
TKanX authored Nov 19, 2024
2 parents 63a59c8 + 8b02c28 commit 5b7529d
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 5b7529d

Please sign in to comment.