Add default mongod URI to README

It could be helpful to add an example mongod URI to the instructions
in README for running a local instance of Marconi. Then the setup
procedures can be more smoother. Add an example mongod URI with
lookback address(127.0.0.1) and default mongod port(27017).

Closes-Bug: #1289355

Change-Id: I5f8f70f10a0cd013a41fb7f03234bde355e5dc2c
This commit is contained in:
Chenchong Qin 2014-03-19 22:00:11 -04:00
parent 5ce7f69610
commit 9b9636c150
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ installed and running.
uri = mongodb://$MONGODB_HOST:$MONGODB_PORT
By default, you will have::
uri = mongodb://127.0.0.1:27017
4. For logging, find the ``[DEFAULT]`` section in
``~/.marconi/marconi.conf`` and modify as desired::