write_config

write_config(module: str, key: str, value: str) None[source]

Write a configuration value.

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

  • key – The key of the configuration in the app

  • value – The value of the configuration in the app