Files
mochi-mqtt/config.yaml
2024-03-18 04:10:16 +00:00

16 lines
236 B
YAML

listeners:
- type: "tcp"
id: "tcp1"
address: ":1883"
- type: "ws"
id: "ws1"
address: ":1882"
- type: "sysinfo"
id: "stats"
address: ":1880"
hooks:
auth:
allow_all: true
options:
inline_client: true