diff --git a/docs/source/couchdb_as_state_database.rst b/docs/source/couchdb_as_state_database.rst index bbf12687d4f..10589fba9f4 100644 --- a/docs/source/couchdb_as_state_database.rst +++ b/docs/source/couchdb_as_state_database.rst @@ -61,7 +61,7 @@ Indexes in CouchDB are required in order to make JSON queries efficient and are any JSON query with a sort. Indexes can be packaged alongside chaincode in a ``/META-INF/statedb/couchdb/indexes`` directory. Each index must be defined in its own text file with extension ``*.json`` with the index definition formatted in JSON following the -`CouchDB index JSON syntax `__ +`CouchDB index JSON syntax `__. For example, to support the above marble query, a sample index on the ``docType`` and ``owner`` fields is provided: @@ -75,13 +75,16 @@ The sample index can be found `here `__ +must be edited to set the admin username and password. Docker compose scripts only set the username and password at the creation of the container. The *local.ini* file must be edited if the username or password