Skip to content

Commit

Permalink
API_URL is the old name of APP_CONFIG_BPM_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Feb 26, 2024
1 parent 4b29141 commit 21ccbd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion helm/acs-sso-example/docs/sso-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion helm/acs-sso-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand All @@ -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"` | |
Expand Down
2 changes: 0 additions & 2 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 21ccbd6

Please sign in to comment.