Create a new Configuration from the given key-value pairs.
Returns an empty Configuration object.
Create a new Configuration from the data passed as a Map.
Load a new Configuration from the Environment.
Load a new Configuration from the Environment.
Returns the reference configuration object.
This object provides a set of operations to create
Configuration
values.For example, to load a
Configuration
in a running application:The underlying implementation is provided by https://github.com/typesafehub/config.