pub fn load() -> Box<dyn Config>
Loads the current environment’s configuration as a trait object, falling back to Default values when the file is missing or invalid.
Default