extensions/net.sf.basedb.torrent/trunk/torrent.properties

Code
Comments
Other
Rev Date Author Line
1246 21 Oct 10 nicklas 1
1246 21 Oct 10 nicklas 2 # The working directory were files should be stored while downloading torrents
1246 21 Oct 10 nicklas 3 # It should have enough space to hold all files that the service is expected to 
1246 21 Oct 10 nicklas 4 # handle at the same time. If no directory is specified the service will 
1246 21 Oct 10 nicklas 5 # create/use a 'torrent-service' sub-directory in the userfiles directory
1246 21 Oct 10 nicklas 6 # as configured in the base.config file.
1246 21 Oct 10 nicklas 7 torrents.work-dir = 
1246 21 Oct 10 nicklas 8
1253 22 Oct 10 nicklas 9 # The local address the torrent service will listen on for incoming connections.
1253 22 Oct 10 nicklas 10 # If not specified it will listen to the wildcard address (0.0.0.0)
1253 22 Oct 10 nicklas 11 torrents.listen-address = 
1253 22 Oct 10 nicklas 12
1246 21 Oct 10 nicklas 13 # The port the torrent service will listen on for incoming connections.
1253 22 Oct 10 nicklas 14 # If 0 or not specified the system will select a random free port
1253 22 Oct 10 nicklas 15 torrents.listen-port  = 
1246 21 Oct 10 nicklas 16
1255 22 Oct 10 nicklas 17 # Username and password that the service should use to login to BASE.
1255 22 Oct 10 nicklas 18 # The user needs the same permissions as a job agent user.
1255 22 Oct 10 nicklas 19 torrents.username = 
1255 22 Oct 10 nicklas 20 torrents.password =