PHPLIB-430: Add test environment with multiple mongos nodes

parent 261b6059
...@@ -74,6 +74,13 @@ ...@@ -74,6 +74,13 @@
"logappend": true, "logappend": true,
"port": 4300, "port": 4300,
"bind_ip_all": true "bind_ip_all": true
},
{
"logpath": "/tmp/SHARDED/ROUTER/4301/mongod.log",
"ipv6": true,
"logappend": true,
"port": 4301,
"bind_ip_all": true
} }
] ]
} }
...@@ -98,6 +98,13 @@ ...@@ -98,6 +98,13 @@
"logappend": true, "logappend": true,
"port": 4430, "port": 4430,
"bind_ip_all": true "bind_ip_all": true
},
{
"logpath": "/tmp/SHARDED-RS/ROUTER/4431/mongod.log",
"ipv6": true,
"logappend": true,
"port": 4431,
"bind_ip_all": true
} }
] ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment