You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,12 @@ You can configure Flask-PyMongo either by passing a `MongoDB URI
93
93
``MONGO_URI`` `Flask configuration variable
94
94
<http://flask.pocoo.org/docs/1.0/config/>`_
95
95
96
+
.. note::
97
+
98
+
Flask-PyMongo passes the connection string directly to PyMongo, so all behavior about interpretation of the connection string is determined by PyMongo itself.
99
+
See the Connection String examples on the `PyMongo docs <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/security/authentication/>`_ for more information.
100
+
101
+
96
102
The :class:`~flask_pymongo.PyMongo` instance also accepts these additional
0 commit comments