update_pyro_config

update_pyro_config#

method

DaemonConfiguration.update_pyro_config(values: dict = None) Dict[str, Any]#

Sets all key-value attributes that are Pyro5 configuration options.

Pyro5 attributes that this function automatically translates: | * HOST: “public” is translated to the machine’s ip address | * NS_HOST: “public” is translated to the machine’s ip address | * NS_BCHOST: “public” is translated to the machine’s ip address

Parameters:
valuesdict, optional

A dictionary of key-value pairs to update the configuration. If not provided, the model’s attributes will be used.

Returns:
dict

A dictionary of Pyro5 key-value pairs that were updated, for debugging or informational purposes.