Hi *,

​I can check the version of couchdb:

​curl -X GET http://localhost:5984
{"couchdb":"Welcome","version":"1.2.0"}

Newer couchdbs give more info:
{"couchdb":"Welcome","uuid":"a7bd3e6b480f2b0bfe7b8687cda009f7","version":"1.5.0","vendor":{"name":"Ubuntu","version":"14.04"}}

​I would like to have a human-readable string to identify my couchdb
instance​s. I would like to get something like:

{"couchdb":"Welcome","version":"1.2.0", "name" : "Main CDB instance"}

This is no vendor information: it is just a "couchdb instance human id".

is there an accepted method of configuring this in couchdb? 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.

​Thanks!
Daniel​

Reply via email to