aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 09:03:38 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-08 09:03:38 +0200
commit502bf9b7828b360cfe036ca223b4c60b715587a7 (patch)
treeaec9f2abab692bd788b8b47a1b5e90ebea8299a7 /docs
parentChanged sample configuration file. (diff)
downloadnewspipe-502bf9b7828b360cfe036ca223b4c60b715587a7.tar.gz
newspipe-502bf9b7828b360cfe036ca223b4c60b715587a7.tar.bz2
newspipe-502bf9b7828b360cfe036ca223b4c60b715587a7.zip
Updated doc with new sample configuration file.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index bc9351e2..823cb358 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -162,11 +162,11 @@ section of the configuration file:
.. code-block:: ini
[MongoDB]
- address = mongodb.alwaysdata.com
+ address = 127.0.0.1
port = 27017
dbname = bob_pyaggr3g470r
user = bob
- password = password_of_bob
+ password =
[mail]
enabled = 0
mail_from = pyAggr3g470r@no-reply.com
bgstack15