Files
HomeMonitor/DeviceStatus/Service/appsettings.json

17 lines
316 B
JSON

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