sdk.lusid.extensions.configuration_loaders.EnvironmentVariablesConfigurationLoader

class EnvironmentVariablesConfigurationLoader[source]

ConfigurationLoader which reads config from environment variables

Methods

load_config

reads config from environment variables

load_config()[source]

reads config from environment variables

Return type:

Dict[str, str]

Returns:

dictionary that can be loaded into an ApiConfiguration object

Return type:

Dict[str, str]