2024-09-13 13:18:02 +08:00
|
|
|
{
|
|
|
|
|
//DOANtech123
|
2025-05-13 16:37:22 +08:00
|
|
|
"MqttConfig": {
|
|
|
|
|
"ClientId": "shgg-mes-server",
|
|
|
|
|
"Server": "192.168.23.165",
|
|
|
|
|
"Port": 1883,
|
|
|
|
|
"Username": "admin",
|
|
|
|
|
"Password": "123456",
|
|
|
|
|
"Topics": [
|
|
|
|
|
{
|
|
|
|
|
"Topic": "devices/#",
|
|
|
|
|
"QualityOfServiceLevel": "AtLeastOnce"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Topic": "system/alert",
|
|
|
|
|
"QualityOfServiceLevel": "AtLeastOnce"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2024-09-13 13:18:02 +08:00
|
|
|
}
|