Added Mqtt and SignalR
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user