Detect if config module and config file assert a conflicting setting
Closed this issue · 1 comments
gene1wood commented
If the config module is present, and a config file is present, and they both assert the same key (e.g. clientid
) and the value of that key differs
Instead of deciding which one we use by precedence (e.g. the config module gets overwritten by the etc file which gets overwritten by the user's config), give the user an error along the lines of "you've got a setting in the config module and in your config file that differ, please either uninstall the module or remove that setting from your config file"