Skip to content

Commit ff7ce14

Browse files
committed
Merge pull request #122 from phouse512/patch-1
Updated index.rst
2 parents d3a45f8 + 7fc8cde commit ff7ce14

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
@@ -73,7 +73,7 @@ Connection settings may also be provided individually by prefixing the setting w
7373
app.config['MONGODB_HOST'] = '192.168.1.35'
7474
app.config['MONGODB_PORT'] = 12345
7575
app.config['MONGODB_USERNAME'] = 'webapp'
76-
app.config['PASSWORD'] = 'pwd123'
76+
app.config['MONGODB_PASSWORD'] = 'pwd123'
7777

7878

7979
Custom Queryset

0 commit comments

Comments
 (0)