bson/testdata/initial-dns-seedlist-discovery/replica-set/txt-record-with-overridden-ssl-option.json
2025-03-17 20:58:26 +01:00

18 lines
320 B
JSON

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