Replace --webPort and --tlsPort with a single --addr option.

This commit is contained in:
David Fifield 2017-07-14 20:29:02 -07:00
parent 2d89aa0b7b
commit afe7716903
2 changed files with 6 additions and 9 deletions

View file

@ -42,9 +42,7 @@ without having to run as root:
```
setcap 'cap_net_bind_service=+ep' /usr/local/bin/broker
```
You can control the listening port with the --tlsPort
or --webPort options (--webPort is honored only when
also using --disable-tls).
You can control the listening port with the --addr option.
You'll need to provide the URL of the custom broker
to the client plugin using the `--url $URL` flag.