pub fn load_kv_file(path: impl AsRef<Path>) -> Result<ConfigMap>
Load a KEY=VALUE file from disk.
KEY=VALUE
Returns an error if the file cannot be read, or if its contents fail parse_kv_lines.
parse_kv_lines