pub fn parse_file_with_env<P: AsRef<Path>>( path: P, env: &HashMap<String, String>, ) -> Result<Config, HoconError>
Parse a HOCON file with a custom environment variable map.