aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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