[ACA-4715] reduce env variables and provide defaults (#3311)

* use default "sessionTimeForOpenAppDialogDisplay"

* improve iPhone prefix url api

* improve android prefix url api

* session timeout

* app store url defaults

* enable mobile redirect by default

* enable AOS by default

* enable content plugins by default

* enable folder rules by default

* remove obsolete AI flag

* remove obsolete APA flag

* auto download defaults

* cleanup auth vars
This commit is contained in:
Denys Vuika
2023-07-05 15:21:45 +01:00
committed by GitHub
parent 4aee82c867
commit 46ed7a8360
13 changed files with 62 additions and 156 deletions

View File

@@ -35,9 +35,6 @@ You need to set some environment variables to be able to run the local dev serve
```yml
# App config settings
APP_CONFIG_ECM_HOST="<URL>"
APP_CONFIG_PLUGIN_AOS=false
APP_CONFIG_PLUGIN_CONTENT_SERVICE=true
APP_CONFIG_PLUGIN_FOLDER_RULES=true
```
## Proxy settings