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

@ -97,4 +97,8 @@ export interface ServerConfig {
intervalDays: number
}
}
tracker: {
enabled: boolean
}
}