Ubuntu Pastebin

Paste from Nate at Mon, 9 May 2016 20:00:23 +0000

Download as text
1
2
3
4
5
6
7
8
9
bson.M{{
     "role": "myClusterwideAdmin"
     "privileges": []bson.M{
       { "resource": { "cluster": true }, "actions": []string{ "addShard" }},
     ],
     roles: []bson.M{{ "role": "read", "db": "admin" }},
},{ 
   "w": "majority" , "wtimeout": 5000}.
}}
Download as text