Christopher Porto
10/13/2022, 5:24 AMConfigLoaderBuilder.default()
.addPropertySource(EnvironmentVariablesPropertySource(useUnderscoresAsSeparator = true, allowUppercaseNames = true))
.build()
.loadConfigOrThrow<SomeConfig>()