set

Configurations.set(key, value)

Set a value in the configuration data.

Parameters

Name Type Description Default
key str The name of the entry. Can be a joined string by periods (‘.’). required
value Any The value corresponding to the entry. required
Back to top