From 551781a0ee4ddbfbe9af64b7431866f2d0ee69b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9B=E8=9B=8B=E7=99=BD?= Date: Thu, 1 Feb 2024 10:10:38 +0800 Subject: [PATCH] fix document parameter errors (#1848) Co-authored-by: Xinwei Xiong <3293172751NSS@gmail.com> --- docs/contrib/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contrib/environment.md b/docs/contrib/environment.md index e18246afad..dc11a3c7b8 100644 --- a/docs/contrib/environment.md +++ b/docs/contrib/environment.md @@ -305,6 +305,7 @@ Feel free to explore the MinIO documentation for more advanced configurations an This section involves setting up MongoDB, including its port, address, and credentials. + | Parameter | Example Value | Description | | -------------- | -------------- | ----------------------- | | MONGO_PORT | "27017" | Port used by MongoDB. |