From 6dc81175eaed62d8f4b20a97f29dd9ba6e3d55e7 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 May 2024 15:22:13 +0800 Subject: [PATCH] Update mongodb.js --- plugins/mongodb/js/mongodb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mongodb/js/mongodb.js b/plugins/mongodb/js/mongodb.js index 16c66d2be..16456f6df 100644 --- a/plugins/mongodb/js/mongodb.js +++ b/plugins/mongodb/js/mongodb.js @@ -246,7 +246,7 @@ function mongoReplCfgReplSetName(){ function mongoReplCfgNodes(){ - var def_node = '127.0.0.1:2017'; + var def_node = '127.0.0.1:27017'; layer.open({ type: 1, area: '500px',