mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-09-26 12:11:16 +08:00
16 lines
236 B
YAML
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
|