We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382f1f commit dbe5209Copy full SHA for dbe5209
main.go
@@ -58,6 +58,7 @@ func init() {
58
log.Print(err)
59
}
60
61
+ viper.SetEnvKeyReplacer(strings.NewReplacer("-", "_"))
62
viper.AutomaticEnv()
63
64
0 commit comments