update refs to config.Phoenix.Namespace

This commit is contained in:
A.Unger
2019-12-24 11:43:18 +01:00
parent 69e594ace5
commit 4155720666
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ func Server(cfg *config.Config) cli.Command {
server, err := http.Server(
http.Logger(logger),
http.Context(ctx),
http.Namespace(cfg.Phoenix.Namespace),
http.Namespace(cfg.HTTP.Namespace),
http.Config(cfg),
http.Metrics(metrics),
http.Flags(flagset.RootWithConfig(cfg)),