1{ 2 "uri": "mongodb+srv://test1.test.build.10gen.cc/?replicaSet=repl0&srvMaxHosts=0", 3 "seeds": [ 4 "localhost.test.build.10gen.cc:27017", 5 "localhost.test.build.10gen.cc:27018" 6 ], 7 "hosts": [ 8 "localhost:27017", 9 "localhost:27018", 10 "localhost:27019" 11 ], 12 "options": { 13 "replicaSet": "repl0", 14 "srvMaxHosts": 0, 15 "ssl": true 16 }, 17 "ping": true 18}