mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-4679] Added code changes and env variables to enable DownloadPrompt and FileAutoDownload features on ACA (#3127)
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA * [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt' * [ACA-4679] Added unit test cases for FileAutoDownloadService * [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt * [ACA-4679] Added missing licence header on new files * [ACA-4679] Added env variable configuration for GithubActions jobs * [ACA-4679] Added env variable configuration for GithubActions jobs * [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs * [ACA-4679] Updated .env file configuration in README.md
This commit is contained in:
@@ -38,6 +38,12 @@ ENV APP_CONFIG_PLUGIN_FOLDER_RULES=true
|
||||
ENV APP_CONFIG_PLUGIN_CONTENT_SERVICE=true
|
||||
ENV APP_CONFIG_ENABLE_MOBILE_APP_SWITCH=true
|
||||
ENV APP_CONFIG_SESSION_TIME_FOR_OPEN_APP_DIALOG_DISPLAY_IN_HOURS="12"
|
||||
ENV APP_CONFIG_ENABLE_DOWNLOAD_PROMPT=true
|
||||
ENV APP_CONFIG_ENABLE_DOWNLOAD_PROMPT_REMINDERS=true
|
||||
ENV APP_CONFIG_DOWNLOAD_PROMPT_DELAY=50
|
||||
ENV APP_CONFIG_DOWNLOAD_PROMPT_REMINDER_DELAY=30
|
||||
ENV APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD=true
|
||||
ENV APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB=15
|
||||
|
||||
COPY docker/default.conf.template /etc/nginx/templates/
|
||||
COPY docker/docker-entrypoint.d/* /docker-entrypoint.d/
|
||||
|
||||
Reference in New Issue
Block a user