Last active
November 25, 2015 12:57
-
-
Save ianbattersby/a9d6bc123067dc91fa2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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