is there a way to connect to replica set?
Please inform on the database options we need
this is my current db options
{
"user" : "",
"pass" : "",
"host" : "127.0.0.1",
"port" : 27017,
"database" : "test",
"db" : {
"native_parser" : true
},
"server" : {
"poolSize" : 5
}
}
is there a way to connect to replica set? Please inform on the database options we need this is my current db options { "user" : "", "pass" : "", "host" : "127.0.0.1", "port" : 27017, "database" : "test", "db" : { "native_parser" : true }, "server" : { "poolSize" : 5 } }