summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holley <willholley@gmail.com>2017-10-18 11:29:13 +0100
committerJan Lehnardt <jan@apache.org>2017-10-19 22:12:42 +0200
commit2a9134c3c3a8f060e0d881dc1fb6e55c2644bf91 (patch)
tree0ef9e51320f60c0a34fb1b4c4b8b0662f47152fb
parent69ebe617d17747249a7bca01a45d33e27b5ac4b9 (diff)
downloadcouchdb-2a9134c3c3a8f060e0d881dc1fb6e55c2644bf91.tar.gz
Mango test README formatting
-rw-r--r--src/mango/test/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mango/test/README.md b/src/mango/test/README.md
index a7f6350b0..3c99cab9d 100644
--- a/src/mango/test/README.md
+++ b/src/mango/test/README.md
@@ -22,8 +22,8 @@ Test configuration
The following environment variables can be used to configure the test fixtures:
-COUCH_HOST - root url (including port) of the CouchDB instance to run the tests against. Default is "http://127.0.0.1:15984".
-COUCH_USER - CouchDB username (with admin premissions). Default is "testuser"
-COUCH_PASSWORD - CouchDB password. Default is "testpass"
-COUCH_AUTH_HEADER - Optional Authorization header value. If specified, this is used instead of basic authentication with the username/password variables above.
-MANGO_TEXT_INDEXES - Set to "1" to run the tests only applicable to text indexes
+ * `COUCH_HOST` - root url (including port) of the CouchDB instance to run the tests against. Default is `"http://127.0.0.1:15984"`.
+ * `COUCH_USER` - CouchDB username (with admin premissions). Default is `"testuser"`.
+ * `COUCH_PASSWORD` - CouchDB password. Default is `"testpass"`.
+ * `COUCH_AUTH_HEADER` - Optional Authorization header value. If specified, this is used instead of basic authentication with the username/password variables above.
+ * `MANGO_TEXT_INDEXES` - Set to `"1"` to run the tests only applicable to text indexes.