21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"uri": "mongodb+srv://test1.test.build.10gen.cc/adminDB?replicaSet=repl0",
|
|
"seeds": [
|
|
"localhost.test.build.10gen.cc:27017",
|
|
"localhost.test.build.10gen.cc:27018"
|
|
],
|
|
"hosts": [
|
|
"localhost:27017",
|
|
"localhost:27018",
|
|
"localhost:27019"
|
|
],
|
|
"options": {
|
|
"replicaSet": "repl0",
|
|
"ssl": true
|
|
},
|
|
"parsed_options": {
|
|
"auth_database": "adminDB"
|
|
},
|
|
"ping": true
|
|
}
|