Merge "Make doc more clearness"

This commit is contained in:
Zuul 2018-05-30 02:41:20 +00:00 committed by Gerrit Code Review
commit c214c608e3
1 changed files with 3 additions and 1 deletions

View File

@ -137,10 +137,12 @@ Using a custom MongoDB instance
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
If you need to run functional tests against a non-default MongoDB installation,
you can set the ``ZAQAR_TEST_MONGODB_URL`` environment variable. For example:
you can set the ``ZAQAR_TEST_MONGODB_URL`` and ``ZAQAR_TEST_MONGODB``
environment variables. For example:
.. code-block:: console
$ export ZAQAR_TEST_MONGODB=True
$ export ZAQAR_TEST_MONGODB_URL=mongodb://remote-server:27017
Using custom parameters