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