mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 02:54:03 +02:00
Initial commit (fork from ManiMatter/mirrarr)
Carved out the queue cleaning bits from mirrarr, without taking over the instance synchronization items. Not tested yet.
This commit is contained in:
24
config/config.conf-Example
Normal file
24
config/config.conf-Example
Normal file
@@ -0,0 +1,24 @@
|
||||
[general]
|
||||
LOG_LEVEL = VERBOSE
|
||||
TEST_RUN = True
|
||||
|
||||
[features]
|
||||
REMOVE_TIMER = 10
|
||||
REMOVE_FAILED = True
|
||||
REMOVE_STALLED = True
|
||||
REMOVE_METADATA_MISSING = True
|
||||
REMOVE_ORPHANS = True
|
||||
REMOVE_UNMONITORED = True
|
||||
PERMITTED_ATTEMPTS = 3
|
||||
NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill If Stalled
|
||||
|
||||
[radarr]
|
||||
RADARR_URL = http://radarr:7878
|
||||
RADARR_KEY = $RADARR_KEY
|
||||
|
||||
[sonarr]
|
||||
SONARR_URL = http://sonarr:8989
|
||||
SONARR_KEY = $SONARR_KEY
|
||||
|
||||
[qbittorrent]
|
||||
QBITTORRENT_URL = http://qbittorrent:8080
|
||||
Reference in New Issue
Block a user