Skip to content

Commit 0f23206

Browse files
authored
(DOCSP-41238) Update config examples. (#958)
1 parent 4820516 commit 0f23206

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

source/configure/configuration-file.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,12 @@ contains the following settings:
124124

125125
$XDG_CONFIG_HOME/mongocli/config.toml
126126

127-
mongosh_path = "/usr/local/bin/mongosh"
128-
129127
[default]
130128
organization_id = "qwer5678uiop23jb45lk78mn"
131129
public_api_key = "ABCDEFG"
132130
project_id= "5e2f04ecf10fcd33c7d4077e"
133131
private_api_key = "e750d2bf-1234-4cde-5678-ca4dcbcac9a4"
134-
service = "cloud"
132+
service = "cloud-manager"
135133

136134
[myOpsManager]
137135
ops_manager_ca_certificate = /etc/ssl/certs/ca.pem

source/configure/environment-variables.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ The {+mcli+} supports the following environment variables:
103103
* - ``go-template``
104104
- Custom-formatted output that includes the :doc:`fields
105105
that you specify in a Go template </configure/custom-output>`.
106-
107-
* - ``MCLI_MONGOSH_PATH``
108-
- The full path on your local system to the MongoDB Shell,
109-
{+mongosh+}.
110106

111107
* - ``MCLI_SKIP_UPDATE_CHECK``
112108
- When set to ``yes``, the {+mcli+} does not prompt you to update

source/includes/steps-configure-mcli.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ content: |
385385
:copyable: false
386386
387387
SETTING VALUE
388-
mongosh_path /usr/local/bin/mongosh
389388
{{opsMgrUrl}}
390389
org_id 5f1f39ffc902201990f12345
391390
private_api_key redacted

0 commit comments

Comments
 (0)