If not set in the config file, many config values need default values set. Currently we use the toml.MetaData object and a chain of if statements to do so. This should be cleaned up.
Additionally, there are some missing defaults at present, particularly for plugin-specific config. These should be added.
If not set in the config file, many config values need default values set. Currently we use the
toml.MetaData
object and a chain of if statements to do so. This should be cleaned up.Additionally, there are some missing defaults at present, particularly for plugin-specific config. These should be added.