diff --git a/config/config.conf-Example b/config/config.conf-Example index 145c56e..e6934ae 100644 --- a/config/config.conf-Example +++ b/config/config.conf-Example @@ -1,6 +1,6 @@ [general] -LOG_LEVEL = VERBOSE -TEST_RUN = True +LOG_LEVEL = VERBOSE +TEST_RUN = True [features] REMOVE_TIMER = 10 @@ -13,18 +13,18 @@ PERMITTED_ATTEMPTS = 3 NO_STALLED_REMOVAL_QBIT_TAG = Don't Kill If Stalled [radarr] -RADARR_URL = http://radarr:7878 +RADARR_URL = http://localhost:7878 RADARR_KEY = $RADARR_API_KEY [sonarr] -SONARR_URL = http://sonarr:8989 +SONARR_URL = http://localhost:8989 SONARR_KEY = $SONARR_API_KEY [lidarr] -LIDARR_URL = http://lidarr:8686 +LIDARR_URL = http://localhost:8686 LIDARR_KEY = $LIDARR_API_KEY [qbittorrent] QBITTORRENT_URL = http://qbittorrent:8080 -QBITTORRENT_USERNAME = YourName or Empty -QBITTORRENT_PASSWORD = YourPassword or Empty \ No newline at end of file +QBITTORRENT_USERNAME = Your name (or empty) +QBITTORRENT_PASSWORD = Your password (or empty) \ No newline at end of file diff --git a/config/config.conf-Explained b/config/config.conf-Explained index bdb9257..d700819 100644 --- a/config/config.conf-Explained +++ b/config/config.conf-Explained @@ -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) \ No newline at end of file +QBITTORRENT_USERNAME = Your name (or empty) +QBITTORRENT_PASSWORD = Your password (or empty) \ No newline at end of file