mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-12 19:29:30 +08:00

* Refactor mqtt-bench Signed-off-by: drasko <drasko.draskovic@gmail.com> * Refactor mqtt-bench and provision tools Signed-off-by: drasko <drasko.draskovic@gmail.com> * Improve README Signed-off-by: drasko <drasko.draskovic@gmail.com> * Remove provision generated toml file Signed-off-by: drasko <drasko.draskovic@gmail.com> * Update README Signed-off-by: drasko <drasko.draskovic@gmail.com> * Replace `tcp` with `tcps` for mtls Signed-off-by: drasko <drasko.draskovic@gmail.com>
26 lines
298 B
TOML
26 lines
298 B
TOML
[mqtt]
|
|
[mqtt.broker]
|
|
url = "tcps://localhost:1883"
|
|
|
|
[mqtt.message]
|
|
size = 100
|
|
format = "text"
|
|
qos = 2
|
|
retain = true
|
|
|
|
[mqtt.tls]
|
|
mtls = true
|
|
skiptlsver = true
|
|
ca = "ca.crt"
|
|
|
|
[test]
|
|
pubs = 10
|
|
subs = 1
|
|
count = 100
|
|
|
|
[log]
|
|
quiet = true
|
|
|
|
[mainflux]
|
|
connections_file = "mfconn.toml"
|