> On Jan 27, 2015, at 12:23 PM, John Carr <[email protected]> wrote:
> 
> Unfortunately, in my searching of the docs (and my ignorance) I couldn't 
> figure out the syntax/command that I needed to add to the config file (I'm 
> assuming the sync_gateway.json config file) to make this happen. What would 
> that be?

"Admin party" looks like:
                        "users": {
                                "GUEST": {"disabled": false, "admin_channels": 
["*"] }
                        }
…inside the config object for a database.

If you want to give a specific user access to all channels, it would be like
                        "users": {
                                "jens": {"admin_channels": ["*"] }
                        }
(you don't need "disabled":false because a non-guest user account is enabled by 
default if it's configured.)

—Jens

-- 
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/D7B29B9B-C716-4B09-8888-5E62062F7010%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to