Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mango test README formatting #900

Merged
merged 1 commit into from
Oct 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/mango/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "https://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 `"https://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.