mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Add initial device status service
This commit is contained in:
11
DeviceStatus/Service/appsettings.Development.json
Normal file
11
DeviceStatus/Service/appsettings.Development.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Hub": {
|
||||
"DeviceStatus": "http://localhost:5000/device-status"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user