Skip to content

Instantly share code, notes, and snippets.

@atkit
Created August 26, 2014 15:14
Show Gist options
  • Save atkit/bd36bb7a316d8e6e8a3c to your computer and use it in GitHub Desktop.
Save atkit/bd36bb7a316d8e6e8a3c to your computer and use it in GitHub Desktop.
Couchbase Sync Gateway Config for Walrus
{
"log": ["CRUD", "CRUD+", "HTTP", "HTTP+", "Access", "Cache", "Shadow", "Shadow+", "Changes", "Changes+"],
"interface":":4984",
"adminInterface":":14985",
"facebook":{
"register":true
},
"databases":{
"gw":{
"server":"walrus:data",
"bucket":"default",
"sync":`
function(doc, oldDoc) {
channel("all_docs");
}
`
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment