I'm going to assume that you are using Sync Gateway on the server side.
In which case you need to disable 'admin party' mode and force the use of
credentials, to do this disable the GUEST account for your database in the
configuration.json file that you are using when starting sync_gateway.
e.g.
"db": {
"server": "walrus:data",
"sync": `
function(doc){
channel(doc.channels);
}`,
"users": {
"GUEST": {"disabled": true}
}
}
Andy
--
You received this message because you are subscribed to the Google Groups
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mobile-couchbase/01b64ac5-07f2-46f2-a99a-6db2f061c77f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.