config.yml-dist 707 B

1234567891011121314151617181920
  1. #
  2. # Config file for rSeed
  3. #
  4. rtorrent:
  5. rpc_host: "localhost" # Hostname, should be localhost
  6. rpc_port: 80 # Default port for your HTTP server
  7. rpc_path: "/RPC2" # Location directive in your HTTP instance to connect to rTorrent
  8. download_dir: "/path/to/download/dir" # Location of rTorrent's finished downloads directory
  9. rseed:
  10. public_link_file_path: "data/public_links.db" # File with shared torrent's hashes
  11. t411:
  12. # t411_username: "login" # T411.me username
  13. # t411_password: "password" # T411.me password
  14. auth:
  15. user: "user"
  16. pass: "password"