ACA-4567 - Added ENV APP_CONFIG_PLUGIN_AOS=true in the Dockerfile (#2452)

This commit is contained in:
Antonio Felix
2022-02-15 09:13:46 +00:00
committed by GitHub
parent 94755c4756
commit 488658802d
2 changed files with 1 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ ENV APP_CONFIG_OAUTH2_SILENT_LOGIN=true
ENV APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/assets/silent-refresh.html"
ENV APP_CONFIG_OAUTH2_REDIRECT_LOGIN="/"
ENV APP_CONFIG_OAUTH2_REDIRECT_LOGOUT="/"
ENV APP_CONFIG_PLUGIN_AOS=true
COPY docker/default.conf.template /etc/nginx/templates/
COPY docker/docker-entrypoint.d/* /docker-entrypoint.d/