File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -673,7 +673,7 @@ Windows
673
673
client = pymongo.MongoClient("mongodb://<hostname>:<port>",
674
674
username="<username>",
675
675
authMechanism="GSSAPI",
676
- password="<db_password >",
676
+ password="<password >",
677
677
authMechanismProperties="SERVICE_NAME:<authentication service name>,
678
678
CANONICALIZE_HOST_NAME:true,
679
679
SERVICE_REALM:<service realm>")
@@ -700,7 +700,7 @@ Windows
700
700
client = pymongo.AsyncMongoClient("mongodb://<hostname>:<port>",
701
701
username="<username>",
702
702
authMechanism="GSSAPI",
703
- password="<db_password >",
703
+ password="<password >",
704
704
authMechanismProperties="SERVICE_NAME:<authentication service name>,
705
705
CANONICALIZE_HOST_NAME:true,
706
706
SERVICE_REALM:<service realm>")
You can’t perform that action at this time.
0 commit comments