I am trying to replicate a local database in couchDB to a remote db via futon. Following the doc, I don't know what to put for remote db. What is it exactly? How can I get it? Anyway I'm using.
curl - POST /_replicate HTTP/1. {"source":"database","target":"http://example.org/database"}
Source would be the local = 127.0.0.1:5984
What would target be?
What is "database"? Is it the name of the database I made locally, demo?
This doc