Skip to content

Commit 0dfd36d

Browse files
author
jmesquita
committed
Merge pull request #93 from mxck/patch-1
Update index.rst
2 parents 1a6e106 + 81deb92 commit 0dfd36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Basic setup is easy, just fetch the extension::
3030
To configure the MongoDB connection settings set a key (DB, USERNAME, PASSWORD, HOST, PORT) in the
3131
`'MONGODB_SETTINGS'` dictionary wih `app.config`. For example :
3232

33-
app.config["MONGODB_SETTINGS"] = {"DB": "my_tumble_log"}
33+
app.config["MONGODB_SETTINGS"] = {"DB": "my_tumble_log", "USERNAME" : "my_user_name", "PASSWORD" : "my_secret_password", "HOST" : "127.0.0.1", "PORT": 27017 }
3434

3535

3636

0 commit comments

Comments
 (0)