mirror of
https://gitlab.com/fabinfra/fabaccess/docs.git
synced 2024-11-17 12:47:56 +01:00
improved docs for mqtt config
This commit is contained in:
parent
7e253a090f
commit
f0127d2111
@ -18,7 +18,15 @@ listens =
|
||||
```
|
||||
|
||||
### `mqtt_url`
|
||||
Contains the Address for the MQTT Server BFFH connects to
|
||||
Contains the Address for the MQTT Server BFFH connects to.
|
||||
|
||||
The Address has the format `<protocol>://[user]:[password]@<server>:[port]`
|
||||
|
||||
* `protocol` is required and can be one of: `mqtt`,`tcp`,`mqtts`,`ssl`
|
||||
* `user` and `password` are optional
|
||||
* `server` is required and can be an ip address or a hostname
|
||||
* `port` is optional
|
||||
|
||||
**Example:**
|
||||
```
|
||||
mqtt_url = "tcp://localhost:1883"
|
||||
|
Loading…
Reference in New Issue
Block a user