Added Mqtt and SignalR

This commit is contained in:
2020-11-09 18:12:07 +01:00
parent b87d90e5a4
commit 3632e56dc4
10 changed files with 312 additions and 5 deletions

View File

@ -28,5 +28,18 @@
}
]
},
"UseDummyServices": true
"UseDummyServices": true,
"Mqtt": {
"BrokerHostSettings": {
"Host": "localhost",
"Port": 1883
},
"ClientSettings": {
"Id": "ASP.NET Core client",
"Username": "username",
"Password": "password",
"Topic": "devices/output"
}
}
}