-
A .yaml config file to search on the classpath.
The allowed prefixes an environment variable can have
to be used as a configuration.
Should the prefix of an environment variable be stripped?
For example, if environmentVariablesPrefixes indicate
that "app." is an environment variable prefix, then "app.admin.email"
would result in a "admin.email" key.
A .yaml config file to search to be found outside the application.
ConfigFinder.ConfigFinderBuilder.externalFile(String externalYamlFilePath,
boolean overrideEnvironmentVariables)
A .yaml config file to search to be found outside the application.
The allowed prefixes a system property can have
to be used as a configuration.
Should the prefix of an system property be stripped?
For example, if systemPropertiesPrefixes indicate
that "app." is an system property prefix, then "app.admin.email"
would result in a "admin.email" key.
Should an exception be thrown if a classpath config file is specified
(is not null) but is not found.
Should an exception be thrown if an external config file is specified
(is not null) but is not found.