Skip to content

Commit da4c4df

Browse files
[GH-647]: Hide UsePreregisteredApplication on on-prem instances (#774)
* [GH-647]: Hide UsePreregisteredApplication on on-prem instances * [MM-647]: Fixed review comments
1 parent 49ad56d commit da4c4df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
"key": "UsePreregisteredApplication",
2626
"display_name": "Use Preregistered OAuth Application:",
2727
"type": "bool",
28-
"help_text": "Set to false if using GitHub Enterprise. When true, instructs the plugin to use the preregistered GitHub OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Cannot be used with GitHub enterprise. **This setting is intended to be used with Mattermost Cloud instances only.**",
29-
"default": false
28+
"help_text": "Set to false if using GitHub Enterprise. When true, instructs the plugin to use the preregistered GitHub OAuth application - application registration steps can be skipped. Requires [Chimera Proxy](https://github.com/mattermost/chimera) URL to be configured for the server. Cannot be used with GitHub enterprise.",
29+
"default": false,
30+
"hosting": "cloud"
3031
},
3132
{
3233
"key": "GitHubOAuthClientID",

0 commit comments

Comments
 (0)