Use the configuration file to customize SkyVault Mobile for your users.
The configuration file is a JSON file which you create and add to your repository. It must be named configuration.json. It's made up of six JSON objects, five of which are configurable.
{ "info": {}, "repository": {}, "features": [], "profiles": {}, "view-groups": [], "views": {} }
Each of these objects controls the configuration of a different part of the app. The
Info object is used for versioning.
Note: You can also associate a
localization file with the configuration file.