Skip to content

Instantly share code, notes, and snippets.

@tleyden
Last active August 29, 2015 14:14
Show Gist options
  • Save tleyden/368f01218baf4e760267 to your computer and use it in GitHub Desktop.
Save tleyden/368f01218baf4e760267 to your computer and use it in GitHub Desktop.
Sample sync gw config with walrus bucket
{
"log": ["CRUD", "REST+", "Access"],
"facebook": { "register": true },
"databases": {
"db": {
"server":"walrus:data",
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"]}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment