From 8364354d43f476f9be3bb7e42a7e240fdfcce884 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 23 Dec 2023 20:10:14 +0530 Subject: [PATCH] updated docs --- docs/databases/nosql-databases/mongodb/others.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/databases/nosql-databases/mongodb/others.md b/docs/databases/nosql-databases/mongodb/others.md index 841c965ffd4..28d86f2b8b0 100755 --- a/docs/databases/nosql-databases/mongodb/others.md +++ b/docs/databases/nosql-databases/mongodb/others.md @@ -57,11 +57,7 @@ https://github.com/mongo-express/mongo-express ### MongoSync ```bash -./mongosync --cluster0 mongodb://admin:hNpd7utg6aeMgXdeZ2xqRxg5FDd96MnNr4V@3.108.70.26:27018/ --cluster1 mongodb+srv://deepaksood619:xXGzRa0mqGyT2Roi@cluster0.wendrum.mongodb.net/ - -deepaksood619 -xXGzRa0mqGyT2Roi - +./mongosync --cluster0 mongodb://username:password@1.1.1.1:27018/ --cluster1 mongodb+srv://username:password@cluster0.abc.mongodb.net/ ``` [mongosync — MongoDB Cluster-to-Cluster Sync](https://www.mongodb.com/docs/cluster-to-cluster-sync/current/reference/mongosync/)