bson/testdata/initial-dns-seedlist-discovery/replica-set/two-results-nonstandard-port.json
2025-03-17 20:58:26 +01:00

18 lines
341 B
JSON

{
"uri": "mongodb+srv://test2.test.build.10gen.cc/?replicaSet=repl0",
"seeds": [
"localhost.test.build.10gen.cc:27018",
"localhost.test.build.10gen.cc:27019"
],
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping": true
}