[ACA-4715] upgrade to latest ADF alphas and cleanup env vars (#3312)

* use latest ADF alphas

* use latest ADF alphas

* use ECM provider by default

* use BASIC auth by default

* defaults for oauth host

* remove unused vars
This commit is contained in:
Denys Vuika
2023-07-05 19:46:50 +01:00
committed by GitHub
parent 46ed7a8360
commit 6b003eff1f
11 changed files with 38 additions and 67 deletions

View File

@@ -3,8 +3,8 @@
"ecmHost": "${APP_CONFIG_ECM_HOST}",
"aosHost": "${APP_CONFIG_ECM_HOST}/alfresco/aos",
"baseShareUrl": "${APP_CONFIG_ECM_HOST}/#/preview/s",
"providers": "${APP_CONFIG_PROVIDER}",
"authType": "${APP_CONFIG_AUTH_TYPE}",
"providers": "ECM",
"authType": "BASIC",
"loginRoute": "login",
"mobileAppSwitch": {
"enabled": true
@@ -15,7 +15,7 @@
"folderRules": true
},
"oauth2": {
"host": "${APP_CONFIG_OAUTH2_HOST}",
"host": "{protocol}//{hostname}{:port}/auth/realms/alfresco",
"clientId": "alfresco",
"scope": "openid",
"secret": "",