mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-01 13:48:56 +08:00
6 lines
258 B
TOML
6 lines
258 B
TOML
![]() |
# To listen all messsage broker subjects use default value "channels.>".
|
||
|
# To subscribe to specific subjects use values starting by "channels." and
|
||
|
# followed by a subtopic (e.g ["channels.<channel_id>.sub.topic.x", ...]).
|
||
|
[subjects]
|
||
|
filter = ["channels.>"]
|