casa-bot/src/CasaBot/CasaBotApp/appsettings.json

38 lines
996 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information",
"Quartz": "Information",
"System.Net.Http.HttpClient": "Warning",
"DVRScanner": "Trace"
}
},
"Telegram":{
"BotToken": "__token__",
"SubscribedChatIds": []
},
"Shinobi": {
"URL": "http://localhost:8080",
"APIKey": "APIKEY",
"GroupId": "Group",
"MonitorId": "Monitor"
},
"AutoScan": {
"Enabled": true,
"RunDry": false,
"At": "07:00",
"FromDayBefore": false,
"From": "01:00",
"To": "05:00",
"MaxAmount": 0,
"MediaFolder": "./media/originals/",
"Scanner": {
"Exe": "./dvr-scanner/dvr-scan.exe",
"ConfigFile": "./dvr-scanner/dvr-scan.cfg",
"DetectionFolder": "./media/detections/",
"RunDry": false
}
}
}