mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Hub": {
|
|
"DeviceStatus": "http://localhost:5000/device-status"
|
|
}
|
|
}
|