MM-14617 Dependency upgrades and adding modules support. (#10517)
* Dependency upgrades and adding modules support. * Commenting out file tests playload verification portion. * Fixing viper. * Fixing hclog.
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bd8a54bb08
Коммит
41d117c37b
@@ -25,6 +25,8 @@ func newViper(allowEnvironmentOverrides bool) *viper.Viper {
|
||||
|
||||
v.SetConfigType("json")
|
||||
|
||||
v.AllowEmptyEnv(true)
|
||||
|
||||
if allowEnvironmentOverrides {
|
||||
v.SetEnvPrefix("mm")
|
||||
v.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
|
||||
|
||||
Ссылка в новой задаче
Block a user