配置文件
This commit is contained in:
@ -279,11 +279,13 @@ justauth:
|
|||||||
# MQTT配置
|
# MQTT配置
|
||||||
mqtt:
|
mqtt:
|
||||||
username: admin
|
username: admin
|
||||||
password: fys123456
|
password: #YtvpSfCNG
|
||||||
url: tcp://47.107.152.87:1883
|
url: tcp://47.120.79.150:2883
|
||||||
subClientId: fys_subClient
|
subClientId: fys_subClient
|
||||||
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
|
subTopic: A/#
|
||||||
pubTopic: B/#,command/tenantCode/#
|
pubTopic: B/#
|
||||||
|
subTopic2: command/894078/#
|
||||||
|
pubTopic2: status/894078/#
|
||||||
pubClientId: fys_pubClient
|
pubClientId: fys_pubClient
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -281,10 +281,12 @@ justauth:
|
|||||||
mqtt:
|
mqtt:
|
||||||
username: admin
|
username: admin
|
||||||
password: #YtvpSfCNG
|
password: #YtvpSfCNG
|
||||||
url: tcp://47.120.79.150:3883
|
url: tcp://47.120.79.150:2883
|
||||||
subClientId: fys_subClient
|
subClientId: fys_subClient
|
||||||
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
|
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
|
||||||
pubTopic: B/#,command/tenantCode/#
|
pubTopic: B/#,command/tenantCode/#
|
||||||
|
subTopic2: command/894078/#
|
||||||
|
pubTopic2: status/894078/#
|
||||||
pubClientId: fys_pubClient
|
pubClientId: fys_pubClient
|
||||||
|
|
||||||
# TTS语音交互配置
|
# TTS语音交互配置
|
||||||
|
|||||||
Reference in New Issue
Block a user