You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
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"
The text was updated successfully, but these errors were encountered:
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 differsInstead 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"
The text was updated successfully, but these errors were encountered: