Add ability to disable tracker

This commit is contained in:
Chocobozzz 2019-04-10 09:23:18 +02:00
parent 22834691ab
commit 31b6ddf866
No known key found for this signature in database
GPG key ID: 583A612D890159BE
16 changed files with 123 additions and 29 deletions

View file

@ -136,6 +136,9 @@ async function getConfig (req: express.Request, res: express.Response) {
videos: {
intervalDays: CONFIG.TRENDING.VIDEOS.INTERVAL_DAYS
}
},
tracker: {
enabled: CONFIG.TRACKER.ENABLED
}
}