migrating /mnt to /srv
This commit is contained in:
@@ -83,7 +83,7 @@ dir_mode = "0775"
|
||||
url = "http://localhost:8989"
|
||||
api_key = "52869fe7bec4482dafb21c4053fe71e4"
|
||||
## File system path where downloaded Sonarr items are located.
|
||||
paths = ['/mnt/pool/multimedia/downloads/torrent']
|
||||
paths = ['/srv/pool/multimedia/downloads/torrent']
|
||||
## Default protocols is torrent. Alternative: "torrent,usenet"
|
||||
protocols = "torrent"
|
||||
## How long to wait for a reply from the backend.
|
||||
@@ -101,7 +101,7 @@ delete_delay = "5m"
|
||||
url = "http://127.0.0.1:7878"
|
||||
api_key = "a987ac45ca2c47bc88e762031ea33296"
|
||||
## File system path where downloaded Radarr items are located.
|
||||
paths = ['/mnt/pool/multimedia/downloads/torrent']
|
||||
paths = ['/srv/pool/multimedia/downloads/torrent']
|
||||
## Default protocols is torrents. Alternative: "torrent,usenet"
|
||||
protocols = "torrent"
|
||||
## How long to wait for a reply from the backend.
|
||||
|
||||
Reference in New Issue
Block a user