We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e106 commit 81deb92Copy full SHA for 81deb92
docs/index.rst
@@ -30,7 +30,7 @@ Basic setup is easy, just fetch the extension::
30
To configure the MongoDB connection settings set a key (DB, USERNAME, PASSWORD, HOST, PORT) in the
31
`'MONGODB_SETTINGS'` dictionary wih `app.config`. For example :
32
33
- app.config["MONGODB_SETTINGS"] = {"DB": "my_tumble_log"}
+ app.config["MONGODB_SETTINGS"] = {"DB": "my_tumble_log", "USERNAME" : "my_user_name", "PASSWORD" : "my_secret_password", "HOST" : "127.0.0.1", "PORT": 27017 }
34
35
36
0 commit comments