1234567891011121314151617181920 |
- #
- # Config file for rSeed
- #
- 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
- rseed:
- public_link_file_path: "data/public_links.db" # File with shared torrent's hashes
- t411:
- # t411_username: "login" # T411.me username
- # t411_password: "password" # T411.me password
- auth:
- user: "user"
- pass: "password"
|