Skip to content

Commit

Permalink
[ACA-4679] Updated env variable references from NonResponsiveDialog t…
Browse files Browse the repository at this point in the history
…o DownloadPrompt
  • Loading branch information
swapnil-verma-gl committed Apr 18, 2023
1 parent d261de3 commit 1e313a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ 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_NON_RESPONSIVE_DIALOG=true
ENV APP_CONFIG_ENABLE_NON_RESPONSIVE_DIALOG_REMINDERS=true
ENV APP_CONFIG_NON_RESPONSIVE_DIALOG_TIMER_IN_SECONDS=50
ENV APP_CONFIG_NON_RESPONSIVE_DIALOG_REMINDER_TIMER_IN_SECONDS=30
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

Expand Down
8 changes: 4 additions & 4 deletions app/src/app.config.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1189,10 +1189,10 @@
"ai": ["ai:products", "ai:dates", "ai:places", "ai:events", "ai:organizations", "ai:people", "ai:things", "ai:quantities", "ai:creativeWorks", "ai:labels", "ai:textLines"]
},
"viewer": {
"enableDownloadPrompt": ${APP_CONFIG_ENABLE_NON_RESPONSIVE_DIALOG},
"enableDownloadPromptReminder": ${APP_CONFIG_ENABLE_NON_RESPONSIVE_DIALOG_REMINDERS},
"downloadPromptDelay": ${APP_CONFIG_NON_RESPONSIVE_DIALOG_TIMER_IN_SECONDS},
"downloadPromptReminderDelay": ${APP_CONFIG_NON_RESPONSIVE_DIALOG_REMINDER_TIMER_IN_SECONDS},
"enableDownloadPrompt": ${APP_CONFIG_ENABLE_DOWNLOAD_PROMPT},
"enableDownloadPromptReminder": ${APP_CONFIG_ENABLE_DOWNLOAD_PROMPT_REMINDERS},
"downloadPromptDelay": ${APP_CONFIG_DOWNLOAD_PROMPT_DELAY},
"downloadPromptReminderDelay": ${APP_CONFIG_DOWNLOAD_PROMPT_REMINDER_DELAY},
"enableFileAutoDownload": ${APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD},
"fileAutoDownloadSizeThresholdInMB": ${APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB}
}
Expand Down

0 comments on commit 1e313a8

Please sign in to comment.