Fixed consistency in config.conf-Example that I missed

This commit is contained in:
Nico Janzen
2024-02-04 22:57:46 +01:00
parent 6e986b5d52
commit 1fa331bfce

View File

@@ -25,6 +25,6 @@ LIDARR_URL = http://localhost:8686
LIDARR_KEY = $LIDARR_API_KEY
[qbittorrent]
QBITTORRENT_URL = http://qbittorrent:8080
QBITTORRENT_URL = http://localhost:8080
QBITTORRENT_USERNAME = Your name (or empty)
QBITTORRENT_PASSWORD = Your password (or empty)