On Mon, Sep 8, 2014 at 5:51 PM, Daniel Gonzalez <[email protected]> wrote: > Can I simply overwrite the "couchdb" property with a custom string, instead > of the > default "Welcome" message? Where would I do this? I have checked > default.ini and local.ini and there is no info about this.
curl -XPUT http://localhost:5984/_config/httpd_global_handlers/%2F -d '"{couch_httpd_misc_handlers, handle_welcome_req, <<\"My Little CouchDB\">>}"' -H 'Content-Type: application/json' But not sure how many things this could break. -- ,,,^..^,,,
