rely on MICRO_REGISTRY to swap registries

This commit is contained in:
A.Unger
2020-11-11 15:28:22 +01:00
parent 4c1f14fc47
commit d0e28b6345
8 changed files with 69 additions and 19 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func Server(cfg *config.Config) *cli.Command {
return err
}
r := runtime.New()
r := runtime.New(cfg)
return r.Start()
},
}