Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
flutterui:app_config [2023/04/17 06:25] admin |
flutterui:app_config [2023/04/17 06:30] (current) admin |
||
---|---|---|---|
Line 60: | Line 60: | ||
The "Manage single application" switch is hidden when either customAppsAllowed is ''false'' or forceSingleAppMode is ''true''. | The "Manage single application" switch is hidden when either customAppsAllowed is ''false'' or forceSingleAppMode is ''true''. | ||
+ | |||
+ | ''serverConfigs'' (array) | ||
+ | |||
+ | Every record defines a pre-defined application e.g. | ||
+ | |||
+ | <file json> | ||
+ | { | ||
+ | "title": "Title" | ||
+ | "baseUrl": "http://localhost/dri17/services/mobile", | ||
+ | "appName": "protocol", | ||
+ | "username": "preview", | ||
+ | "password": null, | ||
+ | "icon": "https://upload.wikimedia.org/wikipedia/commons/a/a6/Jvx_2020.png", | ||
+ | "locked": false, | ||
+ | "parametersHidden": false | ||
+ | "default": true | ||
+ | } | ||
+ | </file> |