...
1{
2 "uri": "mongodb+srv://b*b%40f3tt%3D:%244to%40L8%3DMC@test3.test.build.10gen.cc/mydb%3F?replicaSet=repl0",
3 "seeds": [
4 "localhost.test.build.10gen.cc:27017"
5 ],
6 "hosts": [
7 "localhost:27017",
8 "localhost:27018",
9 "localhost:27019"
10 ],
11 "options": {
12 "replicaSet": "repl0",
13 "ssl": true
14 },
15 "parsed_options": {
16 "user": "b*b@f3tt=",
17 "password": "$4to@L8=MC",
18 "db": "mydb?"
19 },
20 "ping": false,
21 "comment": "Encoded user, pass, and DB parse correctly"
22}
View as plain text