1uri: "mongodb+srv://test1.test.build.10gen.cc/?replicaSet=repl0" 2seeds: 3 - localhost.test.build.10gen.cc:27017 4 - localhost.test.build.10gen.cc:27018 5hosts: 6 - localhost:27017 7 - localhost:27018 8 - localhost:27019 9options: 10 replicaSet: repl0 11 ssl: true 12ping: true