diff --git a/helm/acs-sso-example/docs/sso-guide.md b/helm/acs-sso-example/docs/sso-guide.md index 97ec59359..dcd0d22cc 100644 --- a/helm/acs-sso-example/docs/sso-guide.md +++ b/helm/acs-sso-example/docs/sso-guide.md @@ -437,7 +437,6 @@ alfresco-content-app: env: APP_CONFIG_PROVIDER: ECM APP_CONFIG_AUTH_TYPE: OAUTH - API_URL: "{protocol}//{hostname}{:port}" APP_CONFIG_OAUTH2_HOST: "{protocol}//{hostname}{:port}/auth/realms/alfresco" APP_CONFIG_OAUTH2_CLIENTID: alfresco APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: "{protocol}//{hostname}{:port}/assets/silent-refresh.html" diff --git a/helm/acs-sso-example/values.yaml b/helm/acs-sso-example/values.yaml index 6348222ae..be3b60a15 100644 --- a/helm/acs-sso-example/values.yaml +++ b/helm/acs-sso-example/values.yaml @@ -240,7 +240,6 @@ alfresco-content-app: env: APP_CONFIG_PROVIDER: ECM APP_CONFIG_AUTH_TYPE: OAUTH - API_URL: "{protocol}//{hostname}{:port}" APP_CONFIG_OAUTH2_HOST: "{protocol}//{hostname}{:port}/auth/realms/alfresco" APP_CONFIG_OAUTH2_CLIENTID: alfresco APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: "{protocol}//{hostname}{:port}/assets/silent-refresh.html" diff --git a/helm/alfresco-content-services/README.md b/helm/alfresco-content-services/README.md index ad715d905..ff465085b 100644 --- a/helm/alfresco-content-services/README.md +++ b/helm/alfresco-content-services/README.md @@ -63,7 +63,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-connector-msteams.image.repository | string | `"quay.io/alfresco/alfresco-ms-teams-service"` | | | alfresco-connector-msteams.image.tag | string | `"2.0.0"` | | | alfresco-control-center.enabled | bool | `true` | | -| alfresco-control-center.env.API_URL | string | `"{protocol}//{hostname}{:port}"` | | | alfresco-control-center.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | | | alfresco-control-center.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | | alfresco-control-center.env.BASE_PATH | string | `"/control-center"` | | @@ -76,7 +75,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b | alfresco-control-center.ingress.tls | list | `[]` | | | alfresco-control-center.nameOverride | string | `"alfresco-cc"` | | | alfresco-digital-workspace.enabled | bool | `true` | | -| alfresco-digital-workspace.env.API_URL | string | `"{protocol}//{hostname}{:port}"` | | | alfresco-digital-workspace.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | | | alfresco-digital-workspace.env.APP_CONFIG_PROVIDER | string | `"ECM"` | | | alfresco-digital-workspace.env.BASE_PATH | string | `"/workspace"` | | diff --git a/helm/alfresco-content-services/values.yaml b/helm/alfresco-content-services/values.yaml index fcc707a06..3ec9f7561 100644 --- a/helm/alfresco-content-services/values.yaml +++ b/helm/alfresco-content-services/values.yaml @@ -371,7 +371,6 @@ alfresco-digital-workspace: env: APP_CONFIG_PROVIDER: "ECM" APP_CONFIG_AUTH_TYPE: "BASIC" - API_URL: "{protocol}//{hostname}{:port}" BASE_PATH: /workspace alfresco-control-center: enabled: true @@ -391,7 +390,6 @@ alfresco-control-center: env: APP_CONFIG_PROVIDER: "ECM" APP_CONFIG_AUTH_TYPE: "BASIC" - API_URL: "{protocol}//{hostname}{:port}" BASE_PATH: /control-center postgresql: # -- Toggle embedded postgres for Alfresco Content Services repository