20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
//DOANtech123
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |