Merge pull request #20 from eclipse/garagatyi-patch-1

Update default plugin registry URL
pull/21/head
Oleksandr Garagatyi 2019-05-07 09:13:57 +03:00 committed by GitHub
commit 766005eb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ const (
DefaultPvcClaimSize = "1Gi"
DefaultIngressStrategy = "multi-host"
DefaultIngressClass = "nginx"
DefaultPluginRegistryUrl = "https://che-plugin-registry.openshift.io"
DefaultPluginRegistryUrl = "https://che-plugin-registry.openshift.io/v2"
DefaultKeycloakAdminUserName = "admin"
DefaultCheLogLevel = "INFO"
DefaultCheDebug = "false"