class Falcon::Configuration
Environments are key-value maps with lazy value resolution. An environment can inherit from a parent environment, which can provide defaults or shared configuration.
Manages environments which describes how to host a specific application.
def load_file(path)
def load_file(path) Loader.load_file(self, path) end