We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01e61e6 + d508343 commit 98a1d79Copy full SHA for 98a1d79
1 file changed
app/propertyresolver/json.go
@@ -43,6 +43,10 @@ func init() {
43
logger.Errorf("Can not read - %s due to error - %v", filePath, e)
44
panic("")
45
}
46
+
47
+ for k, v := range props {
48
+ preload[k] = v
49
+ }
50
51
52
0 commit comments