Re: CouchDB2.0 cluster configuration

2017-09-01 Thread Carlos Alonso
Hi Dominic. You're not building the URL properly. The url should look like curl -X PUT -u admin:admin http://localhost:5984/_node//_config/query_server_config/reduce_limit -d '"false"' Check the docs here: http://docs.couchdb.org/en/stable/api/server/configuration.html On the other hand, as

CouchDB2.0 cluster configuration

2017-09-01 Thread Dominic Kim
Hello folks. I have configured CouchDB 2.0 cluster with two nodes. I followed this guide: http://docs.couchdb.org/en/2.1.0/cluster/setup.html#the-cluster-setup-wizard I can observe two nodes using _membership API. But the problem is I can`t configure the cluster. How could I do these kinds of