|
@@ -3,10 +3,11 @@
|
|
|
#
|
|
|
|
|
|
rtorrent:
|
|
|
- rpc_host: "localhost" # Hostname, should be localhost
|
|
|
- rpc_port: 80 # Default port for your HTTP server
|
|
|
- rpc_path: "/RPC2" # Location directive in your HTTP instance to connect to rTorrent
|
|
|
+ rpc_host: "localhost" # Hostname, should be localhost
|
|
|
+ rpc_port: 80 # Default port for your HTTP server
|
|
|
+ rpc_path: "/RPC2" # Location directive in your HTTP instance to connect to rTorrent
|
|
|
+ download_dir: "/path/to/download/dir" # Location of rTorrent's finished downloads directory
|
|
|
|
|
|
t411:
|
|
|
-# t411_username: "login" # T411.me username
|
|
|
-# t411_password: "password" # T411.me password
|
|
|
+# t411_username: "login" # T411.me username
|
|
|
+# t411_password: "password" # T411.me password
|