jo / couchdb-bootstrap

Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for CouchDB URL with path (non default root path)

emig opened this issue · comments

commented

Assuming a CouchDB server root on URL http://localhost/_couchdb
I get the error URL must point to the root of a CouchDB server

It seems it is using nano's url parsing option , dismissing the db part, since that is already configured from the couchdb-boostrap file setup).