A Config builder providing a DSL for retireving and modifying configs.
Returns a LazyConfigFactory.Builder targeted at a path of the default config.
Returns a LazyConfigFactory.Builder targeted at a path of the default config.
the target path of the default config
a LazyConfigFactory.Builder targeted at the given path of the default config.
Contains static methods for creating
Configinstances in a lazy way.The loading process resolves variables lazily - configurations are first completely loaded and merged (reference.conf, the application file and default overrides) and only then are variables resolved. This
ConfigFactoryalso considers a third standard configuration file,overrides.conf, which has priority over the application file and can be used to specify keys that should always be overriden, e.g. by environment variables if they are defined.