From 9b9636c150252d65d9f225b3f49bfa76660a9741 Mon Sep 17 00:00:00 2001 From: Chenchong Qin Date: Wed, 19 Mar 2014 22:00:11 -0400 Subject: [PATCH] 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 --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b7ae0e2d3..0793cac49 100644 --- a/README.rst +++ b/README.rst @@ -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::