From 8b02c280b8bd3586258eb40d9e577e10da3c5698 Mon Sep 17 00:00:00 2001 From: Tony Kan Date: Sat, 16 Nov 2024 13:32:52 -0800 Subject: [PATCH] docs(readme): Fix environment variable `MONGO_URI` to `MONGODB_URI` in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d084354..16da085 100644 --- a/README.md +++ b/README.md @@ -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