[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
-3
View File
@@ -19,9 +19,6 @@ env:
ADMIN_PASSWORD: ${{ secrets.PIPELINE_ADMIN_PASSWORD }}
AWS_REGION: "eu-west-2"
CONTENT_CE_DIST_PATH: "./dist/content-ce"
APP_CONFIG_PROVIDER: ECM
APP_CONFIG_AUTH_TYPE: BASIC
APP_CONFIG_OAUTH2_HOST: http://localhost:4200/auth/realms/alfresco
PLAYWRIGHT_E2E_HOST: ${{ secrets.PLAYWRIGHT_E2E_HOST }}
NPM_REGISTRY_ADDRESS: ${{ secrets.NPM_REGISTRY_ADDRESS }}