use correct value

This commit is contained in:
A.Unger
2019-12-24 11:59:46 +01:00
parent 10845d532f
commit 050784273b
+1 -1
View File
@@ -13,9 +13,9 @@ func Server(opts ...Option) (http.Service, error) {
service := http.NewService(
http.Logger(options.Logger),
http.Namespace(options.Namespace),
http.Name("ocs"),
http.Version(version.String),
http.Namespace(options.Config.HTTP.Namespace),
http.Address(options.Config.HTTP.Addr),
http.Context(options.Context),
http.Flags(options.Flags...),