This is more of a feature request, but if you have a config like something: true and then override it with an ENV variable SETTINGS__SOMETHING=false the setting becomes "false" which is still truthy. I wonder if there's an eloquent way to make these values a boolean, or if that isn't an option, update the readme to explicitly call out not to use boolean configs as there will be no way to override them unless your code treats them like strings.
This is more of a feature request, but if you have a config like
something: trueand then override it with an ENV variableSETTINGS__SOMETHING=falsethe setting becomes "false" which is still truthy. I wonder if there's an eloquent way to make these values a boolean, or if that isn't an option, update the readme to explicitly call out not to use boolean configs as there will be no way to override them unless your code treats them like strings.