I'm working with couchbase lite .net sdk, and I got a example from below url. and my configuration file is like below.
{
"log": ["HTTP+"],
"adminInterface": "0.0.0.0:4985",
"interface": "0.0.0.0:4984",
"databases": {
"db": {
"server": "walrus:data",
"bucket": "todo",
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"] }
}
}
}
} when I run the wpf app, I'm getting error like below image.
image Please help me, I'm not sure how to implement couchbase sync gateway.