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

38 lines
982 B
JSON
Raw Normal View History

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