mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[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:
@@ -0,0 +1,16 @@
|
||||
# Open in Mobile Application
|
||||
|
||||
Configuring via `app.config.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"mobileAppSwitch": {
|
||||
"enabled": true,
|
||||
"iphoneUrl": "iosamw://",
|
||||
"androidUrlPart1": "intent:///",
|
||||
"androidUrlPart2": "#Intent;scheme=androidamw;package=com.alfresco.content.app;end",
|
||||
"sessionTimeout": 12,
|
||||
"appStoreUrl": "https://apps.apple.com/us/app/alfresco-mobile-workspace/id1514434480"
|
||||
}
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user