Add note for unreliable in README.rst

Many new comers run into trouble when their local mongodb
doesn't enable replica set. This patch just add a note for
that in README.rst.

Change-Id: Iee60bec1b009d482eb0efe99c4b1f09798be2c3c
This commit is contained in:
Fei Long Wang 2015-09-22 15:53:54 +12:00
parent e326a682e6
commit 311a43048d
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ sudo yum install gcc python-pip libxml2-devel libxslt-devel
uri = mongodb://127.0.0.1:27017
NOTE: If your local dev/test mongodb doesn't enable the replica set, then
you have to set below in [default] section::
unreliable = True
5. For logging, find the ``[handler_file]`` section in
``~/.zaqar/logging.conf`` and modify as desired::