fix: add product name to the registration info
This commit is contained in:
@@ -68,6 +68,7 @@ func RegisterAppProvider(
|
|||||||
Icon: cfg.App.Icon,
|
Icon: cfg.App.Icon,
|
||||||
Address: cfg.GRPC.Namespace + "." + cfg.Service.Name + "." + cfg.App.Name,
|
Address: cfg.GRPC.Namespace + "." + cfg.Service.Name + "." + cfg.App.Name,
|
||||||
MimeTypes: mimeTypes,
|
MimeTypes: mimeTypes,
|
||||||
|
ProductName: cfg.App.Product,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
gwc, err := gws.Next()
|
gwc, err := gws.Next()
|
||||||
|
|||||||
Reference in New Issue
Block a user