Skip to main content

parse_file_with_env

Function parse_file_with_env 

Source
pub fn parse_file_with_env<P: AsRef<Path>>(
    path: P,
    env: &HashMap<String, String>,
) -> Result<Config, HoconError>
Expand description

Parse a HOCON file with a custom environment variable map.