revert storage, remove tracing.service and bring back common

This commit is contained in:
Willy Kloucek
2022-01-07 16:06:56 +00:00
committed by Jörn Friedrich Dreyer
parent 9422388b74
commit 3c3fc2e098
114 changed files with 824 additions and 875 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ func ProxyCommand(cfg *config.Config) *cli.Command {
return err
}
//if cfg.Commons != nil {
// cfg.Proxy.Commons = cfg.Commons
//}
if cfg.Commons != nil {
cfg.Proxy.Commons = cfg.Commons
}
return nil
},