mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:35:39 -05:00
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Hub": {
|
|
"DeviceStatus": "http://localhost:5000/device-status"
|
|
},
|
|
"Telegram": {
|
|
"BotToken": "",
|
|
"ChatId": ""
|
|
}
|
|
}
|