jo / couchdb-bootstrap

Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.
Other
115 stars 13 forks source link

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

Open emig opened 7 years ago

emig commented 7 years ago

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).