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.
2 parents d3a45f8 + 7fc8cde commit ff7ce14Copy full SHA for ff7ce14
docs/index.rst
@@ -73,7 +73,7 @@ Connection settings may also be provided individually by prefixing the setting w
73
app.config['MONGODB_HOST'] = '192.168.1.35'
74
app.config['MONGODB_PORT'] = 12345
75
app.config['MONGODB_USERNAME'] = 'webapp'
76
- app.config['PASSWORD'] = 'pwd123'
+ app.config['MONGODB_PASSWORD'] = 'pwd123'
77
78
79
Custom Queryset
0 commit comments