On May 3, 2016, at 6:07 AM, Yagyank Chadha <[email protected]<mailto:[email protected]>> wrote:
I am trying to use CouchBase Lite for my mobile app. I have seen in tutorial of couchbase but it shows how to add sync URL for walrus server not couchbase server. How can I set up sync URL for couchbase server. Couchbase Lite connects to Sync Gateway, not to the database (whether it’s Walrus or Couchbase.) So the answer is that it doesn’t matter to CBL what kind of database back-end you’re using. In your example the Sync Gateway’s interface is port 4986, so that’s the port you’d use in the sync URL in CBL, along with the hostname of the server running Sync Gateway and the name of the database (not bucket). —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/3B8BCD17-357E-4888-A5ED-3D1074840F83%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
