mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
23 lines
428 B
JSON
23 lines
428 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Hub": {
|
|
"DeviceStatus": "http://hub-server/device-status"
|
|
},
|
|
"Telegram": {
|
|
"BotToken": "",
|
|
"ChatId": ""
|
|
},
|
|
"DeviceStatus": {
|
|
"DelayTime": "00:01:00"
|
|
},
|
|
"Mqtt": {
|
|
"Server": "mosquitto"
|
|
}
|
|
}
|