mirror of
https://github.com/thelegendtubaguy/ArrQueueCleaner.git
synced 2026-04-29 02:58:06 -05:00
e2a032e7da
* Added No files rule * Spacing was way off :( * Added eslint and pr workflow for eslint * Removed test only pr workflow pr, replaced with lint and test
18 lines
390 B
Bash
18 lines
390 B
Bash
# Sonarr Configuration
|
|
SONARR_HOST=http://localhost:8989
|
|
SONARR_API_KEY=your_sonarr_api_key
|
|
|
|
# Queue Cleaning Rules
|
|
REMOVE_QUALITY_BLOCKED=false
|
|
BLOCK_REMOVED_QUALITY_RELEASES=false
|
|
REMOVE_ARCHIVE_BLOCKED=false
|
|
BLOCK_REMOVED_ARCHIVE_RELEASES=false
|
|
REMOVE_NO_FILES_RELEASES=false
|
|
BLOCK_REMOVED_NO_FILES_RELEASES=false
|
|
|
|
# Schedule (cron format)
|
|
SCHEDULE=*/5 * * * *
|
|
|
|
# Logging
|
|
LOG_LEVEL=info
|