...
1uri: "mongodb+srv://b*b%40f3tt%3D:%244to%40L8%3DMC@test3.test.build.10gen.cc/mydb%3F?replicaSet=repl0"
2seeds:
3 - localhost.test.build.10gen.cc:27017
4hosts:
5 - localhost:27017
6 - localhost:27018
7 - localhost:27019
8options:
9 replicaSet: repl0
10 ssl: true
11parsed_options:
12 user: "b*b@f3tt="
13 password: "$4to@L8=MC"
14 db: "mydb?"
15# Don't run a ping for URIs that include userinfo. Ping doesn't require authentication, so missing
16# userinfo isn't a problem, but some drivers will fail handshake on a connection if userinfo is
17# provided but incorrect.
18ping: false
19comment: Encoded user, pass, and DB parse correctly
View as plain text