use the right port on graph service

This commit is contained in:
A.Unger
2019-12-13 10:35:55 +01:00
parent ff60245e83
commit fa77e943cd

View File

@@ -73,7 +73,7 @@ func configureGraph(cfg *config.Config) *svcconfig.Config {
cfg.Graph.Log.Pretty = cfg.Log.Pretty
cfg.Graph.Log.Color = cfg.Log.Color
cfg.Graph.Tracing.Enabled = false
cfg.Graph.HTTP.Addr = "localhost:9107"
cfg.Graph.HTTP.Addr = "localhost:9120"
cfg.Graph.HTTP.Root = "/"
return cfg.Graph