diff --git a/plugin.json b/plugin.json index d46a533a..03ee794f 100644 --- a/plugin.json +++ b/plugin.json @@ -27,9 +27,10 @@ "key": "UsePreregisteredApplication", "display_name": "Use Preregistered OAuth Application:", "type": "bool", - "help_text": "When true, instructs the plugin to use the preregistered GitLab OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Can only be used with official gitlab.com. **This setting is intended to be used with Mattermost Cloud instances only.**", + "help_text": "When true, instructs the plugin to use the preregistered GitLab OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Can only be used with official gitlab.com.", "placeholder": "", - "default": false + "default": false, + "hosting": "cloud" }, { "key": "GitlabURL",