Added comment

This commit is contained in:
john.buckle@r3.com 2020-05-13 21:55:04 +08:00
parent c3ea2c1470
commit febb5a44b7

View File

@ -91,6 +91,8 @@ object ConfigHelper {
.mapKeys {
val original = it.key as String
// Reject environment variable that are in all caps
// since these cannot be properties.
if (original == original.toUpperCase()){
return@mapKeys original
}