1{ 2 "uri": "mongodb+srv://test24.test.build.10gen.cc/?directConnection=false", 3 "seeds": [ 4 "localhost.test.build.10gen.cc:8000" 5 ], 6 "hosts": [ 7 "localhost.test.build.10gen.cc:8000" 8 ], 9 "options": { 10 "loadBalanced": true, 11 "ssl": true, 12 "directConnection": false 13 }, 14 "ping": true 15}