write_config

write_config(module, key, value)[source]

Write a configuration value.

Parameters:
  • module (str) – The name of the app (e.g., indra)

  • key (str) – The key of the configuration in the app

  • value (str) – The value of the configuration in the app

Return type:

None