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