shgx_tz_mom/ZR.Admin.WebApi/appsettings.json

20 lines
399 B
JSON
Raw Normal View History

{
2025-12-29 18:12:58 +08:00
//DOANtech123
"MqttConfig": {
"ClientId": "shgg-mes-server",
"Server": "192.168.60.251",
"Port": 1883,
"Username": "admin",
"Password": "123456",
"Topics": [
{
2025-12-29 18:12:58 +08:00
"Topic": "shgx_tz/device/#",
"QualityOfServiceLevel": "AtLeastOnce"
},
{
"Topic": "shgx_tz/alert/#",
"QualityOfServiceLevel": "AtLeastOnce"
}
2025-12-29 18:12:58 +08:00
]
}
}