mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Added comment
This commit is contained in:
parent
c3ea2c1470
commit
febb5a44b7
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user