Skip to main content

parse_config_file

Function parse_config_file 

Source
pub async fn parse_config_file(
    path: impl AsRef<Path>,
) -> Result<ConfigFile, ReplayError>
Expand description

Read and parse a static-config file. The file is read fully into memory; the API body limit does not apply (the file is local and trusted to the operator).