Update config.yaml
This commit is contained in:
parent
d1b69963bb
commit
e61ce80f33
1 changed files with 10 additions and 0 deletions
10
config.yaml
10
config.yaml
|
|
@ -5,6 +5,16 @@ db:
|
||||||
port: 5432
|
port: 5432
|
||||||
dbname: invidious
|
dbname: invidious
|
||||||
|
|
||||||
|
channel_threads: 0
|
||||||
|
feed_threads: 0
|
||||||
|
jobs:
|
||||||
|
clear_expired_items:
|
||||||
|
enabled: false
|
||||||
|
refresh_channels:
|
||||||
|
enabled: false
|
||||||
|
refresh_feeds:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
dmca_content: []
|
dmca_content: []
|
||||||
|
|
||||||
check_tables: true
|
check_tables: true
|
||||||
|
|
|
||||||
Reference in a new issue