Function domain_bridge::update_domain_bridge_config_from_yaml

Function Documentation

void domain_bridge::update_domain_bridge_config_from_yaml(std::filesystem::path file_path, DomainBridgeConfig &domain_bridge_config)

Updates domain bridge config with a yaml file.

Updates the contents of a DomainBridgeConfig object with the settings specified in the yaml file. Settings not specified in the yaml file are not modified.

See parse_domain_bridge_yaml_config() for more details.