16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"uri": "mongodb+srv://test23.test.build.10gen.cc/?loadBalanced=true&srvMaxHosts=0",
|
|
"seeds": [
|
|
"localhost.test.build.10gen.cc:8000"
|
|
],
|
|
"hosts": [
|
|
"localhost.test.build.10gen.cc:8000"
|
|
],
|
|
"options": {
|
|
"loadBalanced": true,
|
|
"srvMaxHosts": 0,
|
|
"ssl": true
|
|
},
|
|
"ping": true
|
|
}
|