From 4842e1c227c69ca71ed2f14ea2fef65668071134 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 2 Nov 2023 12:07:17 +0100 Subject: [PATCH] Update che.properties Signed-off-by: Anatolii Bazko --- .../main/webapp/WEB-INF/classes/che/che.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties index db511832a9..8c660ec936 100644 --- a/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties +++ b/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties @@ -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.