pub(crate) fn load_conf( conf_fn: &str, local_node: Option<String>, ) -> Result<Conf>
Loads configuration from file. Supports overriding the filename and local node name.