parent
414cf279cb
commit
82c46455b6
@ -1,3 +1,5 @@ |
||||
{ |
||||
"API_GitHub_Enterprise_URL" : "GitHub Enterprise" |
||||
"API_GitHub_Enterprise_URL" : "GitHub Enterprise Server URL", |
||||
"Accounts_OAuth_GitHub_Enterprise_id" : "GitHub OAuth Client Id", |
||||
"Accounts_OAuth_GitHub_Enterprise_secret" : "GitHub OAuth Client Secret" |
||||
} |
||||
|
||||
@ -1 +1,5 @@ |
||||
RocketChat.settings.add 'API_GitHub_Enterprise_URL', '', { type: 'string', group: 'API', public: true, i18nLabel: 'rocketchat-github-enterprise:API_GitHub_Enterprise_URL' } |
||||
|
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise', false, {type: 'boolean', group: 'Accounts', section: 'GitHub Enterprise'} |
||||
RocketChat.settings.add 'API_GitHub_Enterprise_URL', '', { type: 'string', group: 'Accounts', public: true, section: 'GitHub Enterprise', i18nLabel: 'rocketchat-github-enterprise:API_GitHub_Enterprise_URL' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_id', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'rocketchat-github-enterprise:API_GitHub_Enterprise_id' } |
||||
RocketChat.settings.add 'Accounts_OAuth_GitHub_Enterprise_secret', '', { type: 'string', group: 'Accounts', section: 'GitHub Enterprise', i18nLabel: 'rocketchat-github-enterprise:API_GitHub_Enterprise_secret' } |
||||
|
||||
Loading…
Reference in new issue