On Friday, February 28, 2014 8:34:04 AM UTC-8, [email protected] wrote: > > Hi ! > > Scenario 1 (same config.json leads to different results): > --------------- > I created a couchbasecloud sync_gateway named "restaurant" with the > following config.json and the GUEST property checked: > > { > "interface":":4984", > "adminInterface":":4985", > "log":["REST"], > "databases":{ > "restaurant":{ > "server":"http://172.16.1.115:8091", > "bucket":"restaurant", > "importDocs":true, > "users": { > "GUEST":{"disabled":false, "admin_channels":["*"]} > } > "sync":`function(doc) {channel(doc.channels);}` > } > } > > This doesn't look like valid config JSON, and Couchbase Cloud doesn't let you set the raw JSON, just the Sync Function. Can you describe in more detail what you are doing?
Thanks! Chris -- 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/b5295d69-d810-45dc-8fb8-76583217dc39%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
