Add ability to disable tracker
This commit is contained in:
parent
22834691ab
commit
31b6ddf866
16 changed files with 123 additions and 29 deletions
|
@ -97,4 +97,8 @@ export interface ServerConfig {
|
|||
intervalDays: number
|
||||
}
|
||||
}
|
||||
|
||||
tracker: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue