Skip to content

Commit

Permalink
Reversed order of true/false (customer portal requests are disabled b…
Browse files Browse the repository at this point in the history
…y default) (#7124)
  • Loading branch information
cwarnermm authored May 13, 2024
1 parent cf302c5 commit c8ecdf3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions source/configure/environment-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,22 +180,23 @@ config.json-only settings
:environment: MM_CLOUDSETTINGS_DISABLE
:description: Enable or disable server requests to the Mattermost Customer Portal.

- **true**: Server-side requests made to the customer portal are enabled, but will always fail in air-gapped and restricted environments.
- **false**: **(Default)** Server-side requests made to the customer portal are disabled.
- **true**: **(Default)** Server-side requests made to the customer portal are disabled.
- **false**: Server-side requests made to the customer portal are enabled, but will always fail in air-gapped and restricted environments.

Disable Customer Portal requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+-----------------------------------------------+---------------------------------------------------------------------------+
| Enable or disable customer portal requests. | - System Config path: **N/A** |
| | - ``config.json setting``: ``".CloudSettings.Disable": false",`` |
| - **true**: Server-side requests made to the | - Environment variable: ``MM_CLOUDSETTINGS_DISABLE`` |
| | - Environment variable: ``MM_CLOUDSETTINGS_DISABLE`` |
| - **true**: **(Default)** Server-side | |
| requests made to the customer portal are | |
| disabled. | |
| - **false**: Server-side requests made to the | |
| Mattermost Customer Portal are enabled, | |
| but will always fail in air-gapped and | |
| restricted deployment environments. | |
| - **false**: **(Default)** Server-side | |
| requests made to the customer portal are | |
| disabled. | |
+-----------------------------------------------+---------------------------------------------------------------------------+
| **Note**: Cloud admins can’t modify this configuration setting. |
+-----------------------------------------------+---------------------------------------------------------------------------+

0 comments on commit c8ecdf3

Please sign in to comment.