fix app registry default config

This commit is contained in:
Willy Kloucek committed 2022-05-03 15:12:35 +02:00
1 parent 6c2b9cb29b
commit ecb3d4bc84
1 file changed
-3
@@ -148,9 +148,6 @@ func EnsureDefaults(cfg *config.Config) {
cfg.TokenManager = &config.TokenManager{}
}
if cfg.TransferSecret == "" && cfg.Commons != nil && cfg.Commons.TransferSecret != "" {
cfg.TransferSecret = cfg.Commons.TransferSecret
}
}
func Sanitize(cfg *config.Config) {