Skip to content

Commit 3d30dcb

Browse files
committed
Add connection types issues note
1 parent 5e1d341 commit 3d30dcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/flask_config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ but you can configure it to open connection only on first database access by set
1414
the ``'connect'`` dictionary parameter or its ``MONGODB_CONNECT`` flat equivalent to
1515
``False``.
1616

17+
```{note}
18+
Due lack of developers we are unable to answer/solve not recommended connection methods
19+
errors. Please switch to recommended method before posting any issue. Thank you.
20+
```
21+
1722
## Recommended: List of dictionaries settings
1823

1924
Recommended way for setting up connections is to set ``MONGODB_SETTINGS`` in you

0 commit comments

Comments
 (0)