Files
HomeMonitor/DeviceStatus/Service/appsettings.Development.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"
}
}