I have the following environment variable in a .env file:
mpconfig_lowcase_fattest_env_variable=mpconfiglowcasetestValue
If I lookup smallrye_mp_config_lowcase_FATTEST_env_variable it will match it to the env variable in the .env file but this is incorrect according to the spec.
I have the following environment variable in a
.envfile:If I lookup
smallrye_mp_config_lowcase_FATTEST_env_variableit will match it to the env variable in the.envfile but this is incorrect according to the spec.