From 502bf9b7828b360cfe036ca223b4c60b715587a7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 8 Apr 2013 09:03:38 +0200 Subject: Updated doc with new sample configuration file. --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit