mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -17,13 +17,7 @@ RUN apk update && apk upgrade
|
||||
USER 101
|
||||
|
||||
ARG PROJECT_NAME
|
||||
ARG PROVIDER="ECM"
|
||||
ARG AUTH_TYPE="BASIC"
|
||||
|
||||
ENV APP_CONFIG_PROVIDER=$PROVIDER
|
||||
ENV APP_CONFIG_AUTH_TYPE=$AUTH_TYPE
|
||||
|
||||
ENV APP_CONFIG_OAUTH2_HOST="{protocol}//{hostname}{:port}/auth/realms/alfresco"
|
||||
ENV APP_CONFIG_BPM_HOST="{protocol}//{hostname}{:port}"
|
||||
ENV APP_CONFIG_ECM_HOST="{protocol}//{hostname}{:port}"
|
||||
|
||||
|
Reference in New Issue
Block a user