2025-02-13 19:11:35 -03:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Debug",
|
|
|
|
"System": "Information",
|
2025-02-14 20:32:04 -03:00
|
|
|
"Microsoft": "Information",
|
2025-02-15 15:55:29 -03:00
|
|
|
"Quartz": "Information",
|
2025-02-17 18:36:17 -03:00
|
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
|
|
"DVRScanner": "Trace"
|
2025-02-13 19:11:35 -03:00
|
|
|
}
|
|
|
|
},
|
2025-02-14 20:32:04 -03:00
|
|
|
"Telegram":{
|
|
|
|
"BotToken": "__token__",
|
|
|
|
"SubscribedChatIds": []
|
|
|
|
},
|
2025-02-15 15:55:29 -03:00
|
|
|
"Shinobi": {
|
|
|
|
"URL": "http://localhost:8080",
|
|
|
|
"APIKey": "APIKEY",
|
|
|
|
"GroupId": "Group",
|
2025-02-19 12:54:09 -03:00
|
|
|
"MonitorId": "Monitor"
|
2025-02-15 15:55:29 -03:00
|
|
|
},
|
2025-02-13 19:11:35 -03:00
|
|
|
"AutoScan": {
|
2025-02-18 19:21:19 -03:00
|
|
|
"Enabled": true,
|
2025-02-20 11:42:17 -03:00
|
|
|
"RunDry": false,
|
2025-02-13 19:11:35 -03:00
|
|
|
"At": "07:00",
|
2025-02-19 12:54:09 -03:00
|
|
|
"FromDayBefore": false,
|
2025-02-20 11:42:17 -03:00
|
|
|
"From": "01:00",
|
2025-02-13 19:11:35 -03:00
|
|
|
"To": "05:00",
|
2025-02-19 12:54:09 -03:00
|
|
|
"MaxAmount": 0,
|
2025-02-15 15:55:29 -03:00
|
|
|
"MediaFolder": "./media/originals/",
|
2025-02-13 19:11:35 -03:00
|
|
|
"Scanner": {
|
2025-02-20 15:17:46 -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/",
|
2025-02-20 11:42:17 -03:00
|
|
|
"RunDry": false
|
2025-02-13 19:11:35 -03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|