Dave Cottlehuber wrote:

> curl -vX GET http://localhost:5984/_config | grep database_dir

No need to grep the configuration, you can request specific elements like this:

        curl http://localhost:5984/_config/couchdb/database_dir

Nils.

Reply via email to