配置文件

This commit is contained in:
2026-01-30 16:50:01 +08:00
parent e80830e76c
commit c267fe0c14
2 changed files with 9 additions and 5 deletions

View File

@ -279,11 +279,13 @@ justauth:
# MQTT配置
mqtt:
username: admin
password: fys123456
url: tcp://47.107.152.87:1883
password: #YtvpSfCNG
url: tcp://47.120.79.150:2883
subClientId: fys_subClient
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
pubTopic: B/#,command/tenantCode/#
subTopic: A/#
pubTopic: B/#
subTopic2: command/894078/#
pubTopic2: status/894078/#
pubClientId: fys_pubClient

View File

@ -281,10 +281,12 @@ justauth:
mqtt:
username: admin
password: #YtvpSfCNG
url: tcp://47.120.79.150:3883
url: tcp://47.120.79.150:2883
subClientId: fys_subClient
subTopic: A/#,status/tenantCode/#,report/tenantCode/#
pubTopic: B/#,command/tenantCode/#
subTopic2: command/894078/#
pubTopic2: status/894078/#
pubClientId: fys_pubClient
# TTS语音交互配置