Skip to content

FireflyLogic/Couchbase-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To get running, download the sync server and start it up with the following config.json.

{
	"log": ["CRUD+", "REST+", "Changes+", "Attach+"],
	"databases": {
		"todo": {
			"server": "walrus:data",
			"sync": `
function(doc){
	channel(doc.channels);
}`,
			"users": {
			    "GUEST": {"disabled": false, "admin_channels": ["*"]}
			}

		}

	}
}

You'll need to manually add a URL for your sync server in Todo.Shared/CouchbaseLite.cs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages