Sorry for not enough information

I use phonegap plugin with couchbase lite (similar to todo lite app)
i use URL in remote properties:

var remote = {
 url : http://username:password@hostname:4984/sync_gateway/
},
push = {
 source : appDbName,
 target : remote,
 continuous : true
}
the same for pull. Then i use push and pull to call replication by http post.

Adam


W dniu wtorek, 11 lutego 2014 21:57:15 UTC+1 użytkownik Jens Alfke napisał:
>
>
> On Feb 11, 2014, at 12:41 PM, Adam Zieliński <[email protected]<javascript:>> 
> wrote: 
>
> > I use this url: 
> > http://username:password@hostname:4984/sync_gateway/ 
>
> What are you doing with the URL? Do you use it with Couchbase Lite (iOS or 
> Android?), curl, … ? 
>
> If you want answers, giving enough detail is important. 
>
> —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/eca5571e-b11f-4555-83f7-06b5034bfd8d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to