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
+7 -6
View File
@@ -55,12 +55,13 @@ type Tracing struct {
// Config combines all available configuration parts.
type Config struct {
File string
Log Log
Debug Debug
HTTP HTTP
GRPC GRPC
Tracing Tracing
File string
Registry string
Log Log
Debug Debug
HTTP HTTP
GRPC GRPC
Tracing Tracing
Accounts *accounts.Config
Graph *graph.Config