You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Programie edited this page Dec 16, 2014
·
3 revisions
You have to define a configuration template which defines which config paths are valid and which are the default values of them.
The template is a JSON file containing a map for all config paths.
Each path is a property containing a map with the property "defaultValue". The map might be extended with more properties in future version.
The "defaultValue" property is optional. But either a default value or a user defined value in the configuration file must be set, otherwise an UnsetConfigValueException will be thrown.