mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 04:00:27 +00:00
3cd9774a91
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
9 lines
334 B
TOML
9 lines
334 B
TOML
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# To listen all message 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", ...]).
|
|
[subscriber]
|
|
subjects = ["channels.>"]
|