mongo-python-driver/test/dns/one-txt-record.json
2017-11-29 10:52:05 -08:00

17 lines
293 B
JSON

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