source: transmission/settings.json@ 354

Last change on this file since 354 was 354, checked in by Rick van der Zwet, 13 years ago

Make sure to have the incomplete dir locally as well.

File size: 1.8 KB
Line 
1{
2 "alt-speed-down": 50,
3 "alt-speed-enabled": false,
4 "alt-speed-time-begin": 540,
5 "alt-speed-time-day": 127,
6 "alt-speed-time-enabled": false,
7 "alt-speed-time-end": 1020,
8 "alt-speed-up": 50,
9 "bind-address-ipv4": "0.0.0.0",
10 "bind-address-ipv6": "::",
11 "blocklist-enabled": false,
12 "dht-enabled": true,
13 "download-dir": "/data/transmission/download",
14 "encryption": 1,
15 "incomplete-dir": "/data/transmission/incomplete",
16 "incomplete-dir-enabled": false,
17 "lazy-bitfield-enabled": true,
18 "message-level": 2,
19 "open-file-limit": 32,
20 "peer-limit-global": 240,
21 "peer-limit-per-torrent": 60,
22 "peer-port": 51413,
23 "peer-port-random-high": 65535,
24 "peer-port-random-low": 49152,
25 "peer-port-random-on-start": false,
26 "peer-socket-tos": 0,
27 "pex-enabled": true,
28 "port-forwarding-enabled": true,
29 "preallocation": 1,
30 "proxy": "",
31 "proxy-auth-enabled": false,
32 "proxy-auth-password": "",
33 "proxy-auth-username": "",
34 "proxy-enabled": false,
35 "proxy-port": 80,
36 "proxy-type": 0,
37 "ratio-limit": 2.0000,
38 "ratio-limit-enabled": false,
39 "rename-partial-files": true,
40 "rpc-authentication-required": false,
41 "rpc-bind-address": "0.0.0.0",
42 "rpc-enabled": true,
43 "rpc-password": "{cf8a373c0db193adf36781a3ff0db0a5ad1221d15WcLxrkd",
44 "rpc-port": 9091,
45 "rpc-username": "",
46 "rpc-whitelist": "127.0.0.1,192.168.42.*",
47 "rpc-whitelist-enabled": true,
48 "speed-limit-down": 100,
49 "speed-limit-down-enabled": false,
50 "speed-limit-up": 100,
51 "speed-limit-up-enabled": false,
52 "umask": 18,
53 "upload-slots-per-torrent": 14,
54 "watch-dir": "/data/transmission/upload",
55 "watch-dir-enabled": true
56}
Note: See TracBrowser for help on using the repository browser.