aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index 91c4051..9317907 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -84,9 +84,9 @@ If you are using an older version of Radarr or Sonarr which don't support the ne
84```yaml 84```yaml
85- name: "Radarr" 85- name: "Radarr"
86 type: "Radarr" 86 type: "Radarr"
87 url: "http://localhost:8989/" 87 url: "http://localhost:7878/"
88 apikey: "MY-SUPER-SECRET-API-KEY" 88 apikey: "MY-SUPER-SECRET-API-KEY"
89 target: "_blank" # optional html tag target attribute 89 target: "_blank"
90 legacyApi: true 90 legacyApi: true
91``` 91```
92 92