Use changed grpc service address

This commit is contained in:
Benedikt Kulmann
2020-04-22 15:51:24 +02:00
parent 3100ed1a29
commit 8ce94c2f4a
4 changed files with 46 additions and 17 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ func Server(cfg *config.Config) *cli.Command {
gr.Add(func() error {
logger.Info().Str("service", service.Name()).Msg("Reporting settings bundle to account service")
go svc.ReportSettingsBundle(&logger)
go svc.RegisterSettingsBundles(&logger)
return service.Run()
}, func(_ error) {
fmt.Println("shutting down grpc server")