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.
1 parent f40b9c4 commit 38396a4Copy full SHA for 38396a4
source/reference/connection-string.txt
@@ -31,14 +31,14 @@ The components of this string are:
31
32
#. ``mongodb://``
33
34
- A required prefix to identify that this is a string in the standard
35
- connection format.
+ A required prefix to identify that this is a string in the standard
+ connection format.
36
37
#. ``username:password@``
38
39
- Optional. If specified, the client will attempt to log in to the
40
- specific database using these credentials after connecting to the
41
- :program:`mongod` instance.
+ Optional. If specified, the client will attempt to log in to the
+ specific database using these credentials after connecting to the
+ :program:`mongod` instance.
42
43
#. ``host1``
44
0 commit comments