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

42 lines
1.1 KiB
JSON
Raw Normal View History

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