Update che.properties

Signed-off-by: Anatolii Bazko <abazko@redhat.com>
pull/598/head
Anatolii Bazko 2023-11-02 12:07:17 +01:00
parent abaefe32d2
commit 4842e1c227
1 changed files with 6 additions and 6 deletions

View File

@ -146,25 +146,25 @@ che.oauth.azure.devops.redirecturis=https://${CHE_HOST}/api/oauth/callback
che.oauth2.github.clientid_filepath=NULL
# Configuration of the GitHub OAuth2 client. Used to obtain personal access tokens.
# Location of the file with GitHub client id.
# Location of the file with GitHub client id (The second GitHub instance).
che.oauth2.github.clientid_filepath_2=NULL
# Location of the file with GitHub client secret.
che.oauth2.github.clientsecret_filepath=NULL
# Location of the file with GitHub client secret.
# Location of the file with GitHub client secret (The second GitHub instance).
che.oauth2.github.clientsecret_filepath_2=NULL
# GitHub OAuth authorization URI.
che.oauth.github.authuri= https://github.com/login/oauth/authorize
# GitHub OAuth authorization URI.
# GitHub OAuth authorization URI (The second GitHub instance).
che.oauth.github.authuri_2= https://github.com/login/oauth/authorize
# GitHub OAuth token URI.
che.oauth.github.tokenuri= https://github.com/login/oauth/access_token
# GitHub OAuth token URI.
# GitHub OAuth token URI (The second GitHub instance).
che.oauth.github.tokenuri_2= https://github.com/login/oauth/access_token
# GitHub server address.
@ -172,13 +172,13 @@ che.oauth.github.tokenuri_2= https://github.com/login/oauth/access_token
che.integration.github.oauth_endpoint=NULL
# GitHub server address.
# Prerequisite: OAuth 2 integration is configured on the GitHub server.
# Prerequisite: OAuth 2 integration is configured on the GitHub server (The second GitHub instance).
che.integration.github.oauth_endpoint_2=NULL
# GitHub server disable subdomain isolation flag.
che.integration.github.disable_subdomain_isolation=false
# GitHub server disable subdomain isolation flag.
# GitHub server disable subdomain isolation flag (The second GitHub instance).
che.integration.github.disable_subdomain_isolation_2=false
# GitHub OAuth redirect URIs.