hardcode web

This commit is contained in:
A.Unger
2019-12-18 12:51:28 +01:00
parent d6a80470f2
commit 276aa69451

View File

@@ -14,7 +14,7 @@ func Server(opts ...Option) (http.Service, error) {
service := http.NewService(
http.Logger(options.Logger),
http.Namespace(options.Namespace),
http.Name("phoenix"),
http.Name("web.phoenix"),
http.Version(version.String),
http.Address(options.Config.HTTP.Addr),
http.Context(options.Context),