补齐本地运行依赖与共享 schema 初始化
This commit is contained in:
12
talkingq-url/mqtt/amqtt.yaml
Normal file
12
talkingq-url/mqtt/amqtt.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
listeners:
|
||||
default:
|
||||
type: tcp
|
||||
bind: 0.0.0.0:1883
|
||||
plugins:
|
||||
amqtt.plugins.logging_amqtt.EventLoggerPlugin:
|
||||
amqtt.plugins.logging_amqtt.PacketLoggerPlugin:
|
||||
amqtt.plugins.authentication.AnonymousAuthPlugin:
|
||||
allow_anonymous: true
|
||||
amqtt.plugins.sys.broker.BrokerSysPlugin:
|
||||
sys_interval: 20
|
||||
7
talkingq-url/mqtt/mosquitto.conf
Normal file
7
talkingq-url/mqtt/mosquitto.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
listener 1883 0.0.0.0
|
||||
allow_anonymous true
|
||||
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
|
||||
log_dest stdout
|
||||
Reference in New Issue
Block a user