|
Available from version |
0.0.12 |
|---|---|
|
Necessity |
Optional |
Description
The setting Configuration defines the path to an XML configuration file from which all startup parameters are loaded.
If a valid configuration file is specified, it becomes the sole configuration source, and all other settings defined via defaults are ignored. If the file cannot be loaded, the application falls back to the settings stored in defaults.
Example
Bash
defaults write "ibi.aws.client" "Configuration" "/Path/To/configuration.xml"
Example (MDM)
XML
...
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>Configuration</key>
<string>/Path/To/configuration.xml</string>
</dict>
</dict>
...