Add ability to disable tracker
This commit is contained in:
parent
22834691ab
commit
31b6ddf866
16 changed files with 123 additions and 29 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue