Skip to content

Commit

Permalink
update default config example
Browse files Browse the repository at this point in the history
  • Loading branch information
hollanbm committed May 28, 2024
1 parent 551775d commit b2b3cf1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docker/config.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@ sonarr:
- name: tv
url: https://sonarr.tld:8989
api_key: not-a-real-api-key
series_scanner:
renamarr:
enabled: True
hourly_job: True
renamarr:
analyze_files: True
series_scanner:
enabled: False
hourly_job: False
analyze_files: False
- name: anime
url: https://sonarr-anime.tld:8989
api_key: not-a-real-api-key
series_scanner:
enabled: False
hourly_job: True
hours_before_air: 1 # optional, defaults to 4
renamarr:
enabled: False
hourly_job: False
analyze_files: False
series_scanner:
enabled: True
hourly_job: True
hours_before_air: 1 # optional, defaults to 4
radarr:
- name: radarr
url: https://radarr.tld:7878
api_key: not-a-real-api-key
renamarr:
enabled: True
hourly_job: False
hourly_job: True
analyze_files: False
- name: radarr-4k
url: https://radarr-4k.tld:7878
Expand Down

0 comments on commit b2b3cf1

Please sign in to comment.