This commit is contained in:
阿沐 2024-07-30 16:11:54 +08:00
parent 2188277a2d
commit 883ecf604a

View File

@ -34,10 +34,8 @@ spring:
# username: postgres # username: postgres
# password: 123456 # password: 123456
mqtt: mqtt:
hostUrl: tcp://localhost:1883 host: tcp://localhost:1883
username: maku username: maku
password: maku password: maku
clientId: maku_boot_service_dev clientId: maku_boot_service_dev
defaultTopic: topic_default default-topic: topic_default
#true 开启监听 false 关闭监听 用于监设备上报的信息
mqttEnabled: false