Skip to content

Instantly share code, notes, and snippets.

@ianbattersby
Last active November 25, 2015 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianbattersby/a9d6bc123067dc91fa2f to your computer and use it in GitHub Desktop.
Save ianbattersby/a9d6bc123067dc91fa2f to your computer and use it in GitHub Desktop.
{
"$userStreamAcl" : {
"$r" : "$all",
"$w" : "$all",
"$d" : "$all",
"$mr" : "$all",
"$mw" : "$all"
},
"$systemStreamAcl" : {
"$r" : "$admins",
"$w" : "$admins",
"$d" : "$admins",
"$mr" : "$admins",
"$mw" : "$admins"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment