Skip to content

Commit

Permalink
chore: adjust sample
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Jan 13, 2025
1 parent 2093ae0 commit 0f5e0e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ sonarr:
instance1:
# Set the URL/API Key to your actual instance
base_url: http://sonarr:8989
#base_url: https://sonarr.oci.eduard-marbach.de/
api_key: !secret SONARR_API_KEY
quality_definition:
Expand Down
9 changes: 7 additions & 2 deletions examples/full/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ sonarr:
instance1:
# Set the URL/API Key to your actual instance
base_url: http://sonarr:8989
#base_url: https://sonarr.oci.eduard-marbach.de/
api_key: !secret SONARR_API_KEY

quality_definition:
Expand All @@ -63,7 +62,6 @@ radarr:
instance1:
# Set the URL/API Key to your actual instance
base_url: http://radarr:7878
#base_url: https://sonarr.oci.eduard-marbach.de/
api_key: !secret RADARR_API_KEY

# experimental
Expand Down Expand Up @@ -97,6 +95,13 @@ radarr:
#### Custom
- template: radarr-cf
- template: radarr-quality
# - template: 2b90e905c99490edc7c7a5787443748b
# source: TRASH

# Replacing the language of a profile
# quality_profiles:
# - name: ExampleProfile
# language: Any

custom_formats:
# Movie Versions
Expand Down
1 change: 0 additions & 1 deletion examples/scheduled/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ radarr:
instance1:
# Set the URL/API Key to your actual instance
base_url: http://radarr:7878
#base_url: https://sonarr.oci.eduard-marbach.de/
api_key: !secret RADARR_API_KEY

quality_definition:
Expand Down

0 comments on commit 0f5e0e7

Please sign in to comment.