We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311f4c3 commit 5fa50f3Copy full SHA for 5fa50f3
utils/config/loader.go
@@ -59,7 +59,7 @@ func InitEnv() {
59
return strings.ToUpper(key), value
60
})
61
62
- config.Unmarshal("settings", &ENV.SETTINGS)
+ config.Unmarshal("settings", ENV.SETTINGS["*"])
63
}
64
65
func Load() {
0 commit comments