Fixed typo in config.conf-Explained and updated config.conf-Example to make it more consistent

This commit is contained in:
Nico Janzen
2024-02-04 22:55:25 +01:00
parent 14dd059c3a
commit e6959e031e
2 changed files with 9 additions and 9 deletions

View File

@@ -121,5 +121,5 @@ LIDARR_KEY = $LIDARR_API_KEY
# QBITTORRENT_USERNAME: Optional; not needed if authentication bypassing on qBittorrent is enabled (for instance for local connections)
# QBITTORRENT_PASSWORD: Optional; same reason as above
QBITTORRENT_URL = http://localhost:8080
QBITTORRENT_USERNAME = Your Name (or empty)
QBITTORRENT_PASSWORD = Your Password (or empty)
QBITTORRENT_USERNAME = Your name (or empty)
QBITTORRENT_PASSWORD = Your password (or empty)