Files
HomeMonitor/DeviceStatus/Service/appsettings.json

13 lines
246 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Hub": {
"DeviceStatus": "http://hub-server/device-status"
}
}