Repository: qpid-dispatch Updated Branches: refs/heads/master f30eccc44 -> 4c5330a30
DISPATCH-375: Change addr: to host: in sample config file entry Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/4c5330a3 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/4c5330a3 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/4c5330a3 Branch: refs/heads/master Commit: 4c5330a3047e2414ed23b60bd760214fd03b28de Parents: f30eccc Author: Ernest Allen <[email protected]> Authored: Thu Jun 9 10:08:01 2016 -0400 Committer: Ernest Allen <[email protected]> Committed: Thu Jun 9 10:08:01 2016 -0400 ---------------------------------------------------------------------- console/hawtio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/4c5330a3/console/hawtio/README.md ---------------------------------------------------------------------- diff --git a/console/hawtio/README.md b/console/hawtio/README.md index 716eb21..e5d427b 100644 --- a/console/hawtio/README.md +++ b/console/hawtio/README.md @@ -49,7 +49,7 @@ In the above, websockify is listening for ws traffic on port 5673 and will proxy listener { name: ProxyListener role: normal - addr: 0.0.0.0 + host: 0.0.0.0 port: 20009 sasl-mechanisms: ANONYMOUS } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
