更新mqtt地址
parent
61a0ede957
commit
acb0028dd3
|
|
@ -1,7 +1,7 @@
|
||||||
spring:
|
spring:
|
||||||
# MQTT配置
|
# MQTT配置
|
||||||
mqtt:
|
mqtt:
|
||||||
host: tcp://122.51.109.52:1883 # 设备/后端的MQTT TCP地址
|
host: tcp://mq.xiaoces.com:1883 # 设备/后端的MQTT TCP地址
|
||||||
username: admin # Mosquitto共用账号
|
username: admin # Mosquitto共用账号
|
||||||
password: Admin#12345678 # Mosquitto密码
|
password: Admin#12345678 # Mosquitto密码
|
||||||
client-id: springboot-backend # 截取UUID前8位(自动去横线)
|
client-id: springboot-backend # 截取UUID前8位(自动去横线)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue