Files
ArrQueueCleaner/.env.example
2025-09-16 15:30:15 -05:00

25 lines
572 B
Plaintext

# 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
REMOVE_SERIES_ID_MISMATCH=false
BLOCK_REMOVED_SERIES_ID_MISMATCH_RELEASES=false
REMOVE_UNDETERMINED_SAMPLE=false
BLOCK_REMOVED_UNDETERMIND_SAMPLE=false
# Dry Run Mode
DRY_RUN=false
# Schedule (cron format)
SCHEDULE=*/5 * * * *
# Logging
LOG_LEVEL=info