Skip to content

Commit 33d297b

Browse files
committed
Fix invalid configuration example
Fixes #86
1 parent e620e17 commit 33d297b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/yaml/configuration-examples.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ example refers to sensitive values by [using a `secrets.yml` file](secrets-refer
1919

2020
```yml
2121
sonarr:
22-
main:
22+
sonarr_main:
2323
base_url: !secret sonarr_url
2424
api_key: !secret sonarr_apikey
2525
quality_definition:
@@ -36,7 +36,7 @@ sonarr:
3636
- name: WEB-1080p
3737

3838
radarr:
39-
main:
39+
radarr_main:
4040
base_url: !secret radarr_url
4141
api_key: !secret radarr_apikey
4242
quality_definition:

0 commit comments

Comments
 (0)