Open williamhbaker opened 2 years ago
Seems to stem from the fact that viper parses config values in a case-insensitive way (lowercase): https://github.com/spf13/viper/blob/65f16c17380edb084e5ccf131fa5598802a6bf68/README.md?plain=1#L82
The feature flag package is case sensitive though, and I suspect the UI is case sensitive as well.
A config file like this:
or this:
or even this:
Results in this error: