Skip to content

Instantly share code, notes, and snippets.

@tleyden
Created April 21, 2014 20:10
Show Gist options
  • Save tleyden/11154924 to your computer and use it in GitHub Desktop.
Save tleyden/11154924 to your computer and use it in GitHub Desktop.
{
"log": ["CRUD+", "REST+", "Changes+", "Attach+"],
"databases": {
"grocery-sync": {
"server": "walrus:data",
"sync": `
function(doc){
channel(doc.channels);
}`,
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"]}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment