pub fn load(app_id: &str) -> EngineConfigExpand 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.