Tutor Config List of All Configurations

Hi,

I would like to get a list of all possible configurations that I can update in the tutor config using tutor config save --set <key>=<value>

I would like to get a list of all the keys. Is it consolidated somewhere, I could not find any in the [tutor documentation] (https://docs.tutor.edly.io/)
Maybe they are spread in github READMEs wrt to the feature?

Some examples I have gone through so far are:

  1. INDIGO_WELCOME_MESSAGE
  2. PLATFORM_NAME
  3. SMTP_USERNAME
  4. CAIRN_SUPERSET_SECRET_KEY

etc.

Hi @Hamza,
You can check the basic Tutor settings in the defaults file. However, Indigo and Cairn are plugins, which offer a whole new set of settings. Usually the defaults of each plugin can be found in the plugin.py file (e.g., for Indigo)
Unfortunately there is no means to get all the available settings in one place. It would be great to have it!