Skip to content

Instantly share code, notes, and snippets.

@cpjolicoeur
Created January 16, 2014 00:28
Show Gist options
  • Save cpjolicoeur/8447560 to your computer and use it in GitHub Desktop.
Save cpjolicoeur/8447560 to your computer and use it in GitHub Desktop.
default ACL for GoInstant
{
"$room": {
"#join": {
"users": [
"*"
]
},
"#visible": {
"users": [
"*"
]
},
"#rooms": {
"users": [
"*"
]
},
"#all": {
"users": [
"*"
]
},
".users": {
"$userId": {
"#write": {
"users": [
"$userId"
],
"groups": []
},
"#read": {
"users": [
"*"
]
},
"id": {
"#all": {},
"#get": {
"users": [
"*"
]
}
},
"groups": {
"#all": {},
"#get": {
"users": [
"*"
]
}
},
"provider": {
"#all": {},
"#get": {
"users": [
"*"
]
}
}
}
}
},
"#connect": {
"users": [
"*"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment