Skip to content

Commit e5dd1b9

Browse files
authored
DOCSP-48017-config-options (#835)
Edit urls for config options to be properly formed - [DOCSP-48017](https://jira.mongodb.org/browse/DOCSP-48017) - [STAGING](https://deploy-preview-835--docs-ops-manager.netlify.app/reference/configuration/) - [LATEST BUILD LOG](https://app.netlify.com/sites/docs-ops-manager/deploys/680929927a8c0c0008710f2f) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 9401335 commit e5dd1b9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/includes/tabsets/connstring/replset-srv-auth.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
.. code-block:: ini
1616
17-
mongo.mongoUri=mongodb+srv:mongodbuser1:[email protected]:40000
17+
mongo.mongoUri=mongodb+srv://mongodbuser1:[email protected]:40000
1818
1919
.. include:: /includes/tabsets/connstring/fact-scram-roles.rst
2020

@@ -25,7 +25,7 @@
2525

2626
.. code-block:: ini
2727
28-
mongo.mongoUri=mongodb+srv:<new_mongodb_user>@mongod.example.com:40000/?authMechanism=MONGODB-X509
28+
mongo.mongoUri=mongodb+srv://<new_mongodb_user>@mongod.example.com:40000/?authMechanism=MONGODB-X509
2929
3030
.. tab:: LDAP
3131
:tabid: ldap
@@ -34,7 +34,7 @@
3434

3535
.. code-block:: ini
3636
37-
mongo.mongoUri=mongodb+srv:mongodbuser1:[email protected]:40000/?authMechanism=PLAIN&authSource=$external
37+
mongo.mongoUri=mongodb+srv://mongodbuser1:[email protected]:40000/?authMechanism=PLAIN&authSource=$external
3838
3939
.. tab:: Kerberos
4040
:tabid: kerberos
@@ -43,6 +43,6 @@
4343

4444
.. code-block:: ini
4545
46-
mongo.mongoUri=mongodb+srv:username%[email protected]:40000/?authMechanism=GSSAPI
46+
mongo.mongoUri=mongodb+srv://username%[email protected]:40000/?authMechanism=GSSAPI
4747
4848
.. include:: /includes/tabsets/connstring/fact-kerberos-settings.rst

source/includes/tabsets/connstring/sharded-srv-auth.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
.. code-block:: ini
1616
17-
mongo.mongoUri=mongodb+srv:mongodbuser1:[email protected]:40000
17+
mongo.mongoUri=mongodb+srv://mongodbuser1:[email protected]:40000
1818
1919
.. include:: /includes/tabsets/connstring/fact-scram-roles.rst
2020

@@ -25,7 +25,7 @@
2525

2626
.. code-block:: ini
2727
28-
mongo.mongoUri=mongodb+srv:<new_mongodb_user>@mongos.example.com:40000/?authMechanism=MONGODB-X509
28+
mongo.mongoUri=mongodb+srv://<new_mongodb_user>@mongos.example.com:40000/?authMechanism=MONGODB-X509
2929
3030
.. tab:: LDAP
3131
:tabid: ldap
@@ -34,7 +34,7 @@
3434

3535
.. code-block:: ini
3636
37-
mongo.mongoUri=mongodb+srv:mongodbuser1:[email protected]:40000/?authMechanism=PLAIN&authSource=$external
37+
mongo.mongoUri=mongodb+srv://mongodbuser1:[email protected]:40000/?authMechanism=PLAIN&authSource=$external
3838
3939
.. tab:: Kerberos
4040
:tabid: kerberos
@@ -43,7 +43,7 @@
4343

4444
.. code-block:: ini
4545
46-
mongo.mongoUri=mongodb+srv:username%[email protected]:40000/?authMechanism=GSSAPI
46+
mongo.mongoUri=mongodb+srv://username%[email protected]:40000/?authMechanism=GSSAPI
4747
4848
.. include:: /includes/tabsets/connstring/fact-kerberos-settings.rst
4949

0 commit comments

Comments
 (0)