Skip to main content

load

Function load 

Source
pub fn load(app_id: &str) -> EngineConfig
Expand description

Loads the engine-reserved config for app_id.

Convenience wrapper over ConfigFile::load + ConfigFile::engine. Best-effort: a missing/unreadable/malformed file yields EngineConfig::default, so a broken config file cannot take the CLI down.