17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"uri": "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=0",
|
|
"seeds": [
|
|
"localhost.test.build.10gen.cc:27017",
|
|
"localhost.test.build.10gen.cc:27018"
|
|
],
|
|
"hosts": [
|
|
"localhost.test.build.10gen.cc:27017",
|
|
"localhost.test.build.10gen.cc:27018"
|
|
],
|
|
"options": {
|
|
"srvMaxHosts": 0,
|
|
"ssl": true
|
|
},
|
|
"ping": true
|
|
}
|