Skip to content

Commit 81deb92

Browse files
committed
Update index.rst
Add some missed params to help.
1 parent 1a6e106 commit 81deb92

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)