Open Perondas opened 8 months ago
When I try and use the EnvironmentVariablesPropertySource with allowUppercaseNames set to true, then it will not accept cameCase names that are all uppercase.
So corsList does not become equivalent to CORSLIST from the environemnt.
Related: https://github.com/sksamuel/hoplite/issues/410.
This will be fixed by https://github.com/sksamuel/hoplite/pull/414.
When I try and use the EnvironmentVariablesPropertySource with allowUppercaseNames set to true, then it will not accept cameCase names that are all uppercase.
So corsList does not become equivalent to CORSLIST from the environemnt.