Ticket #2856: core.conf

File core.conf, 2.5 KB (added by archimede, 8 years ago)

Core confiiguration

Line 
1{
2  "file": 1,
3  "format": 1
4}{
5  "info_sent": 0.0,
6  "lsd": false,
7  "send_info": false,
8  "move_completed_path": "/mnt/hdd/probox1/media/download",
9  "enc_in_policy": 1,
10  "queue_new_to_top": false,
11  "ignore_limits_on_local_network": true,
12  "rate_limit_ip_overhead": true,
13  "daemon_port": 58846,
14  "natpmp": true,
15  "max_active_limit": 25,
16  "utpex": true,
17  "max_active_downloading": 15,
18  "max_active_seeding": 6,
19  "allow_remote": false,
20  "max_half_open_connections": 50,
21  "download_location": "/mnt/hdd/probox1/torrent/session",
22  "compact_allocation": false,
23  "max_upload_speed": 300.0,
24  "cache_expiry": 60,
25  "prioritize_first_last_pieces": false,
26  "auto_managed": true,
27  "enc_level": 2,
28  "max_connections_per_second": 20,
29  "dont_count_slow_torrents": true,
30  "random_outgoing_ports": false,
31  "max_upload_slots_per_torrent": -1,
32  "new_release_check": false,
33  "enc_out_policy": 1,
34  "outgoing_ports": [
35    56881,
36    56881
37  ],
38  "seed_time_limit": 3600,
39  "cache_size": 512,
40  "share_ratio_limit": 2.0,
41  "max_download_speed": -1.0,
42  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
43  "torrentfiles_location": "/mnt/hdd/probox1/torrent/torrent",
44  "stop_seed_at_ratio": true,
45  "peer_tos": "0x00",
46  "listen_interface": "10.33.67.164",
47  "upnp": false,
48  "max_download_speed_per_torrent": -1,
49  "max_upload_slots_global": 15,
50  "enabled_plugins": [
51    "Execute",
52    "AutoRemovePlus",
53    "IfaceWatch"
54  ],
55  "random_port": false,
56  "autoadd_enable": true,
57  "max_connections_global": 350,
58  "enc_prefer_rc4": true,
59  "listen_ports": [
60    56881,
61    56881
62  ],
63  "dht": true,
64  "stop_seed_ratio": 2.0,
65  "seed_time_ratio_limit": 7.0,
66  "max_upload_speed_per_torrent": -1,
67  "copy_torrent_file": false,
68  "del_copy_torrent_file": false,
69  "move_completed": true,
70  "proxies": {
71    "peer": {
72      "username": "",
73      "password": "",
74      "type": 0,
75      "hostname": "",
76      "port": 8080
77    },
78    "web_seed": {
79      "username": "",
80      "password": "",
81      "type": 0,
82      "hostname": "",
83      "port": 8080
84    },
85    "tracker": {
86      "username": "",
87      "password": "",
88      "type": 0,
89      "hostname": "",
90      "port": 8080
91    },
92    "dht": {
93      "username": "",
94      "password": "",
95      "type": 0,
96      "hostname": "",
97      "port": 8080
98    }
99  },
100  "add_paused": false,
101  "max_connections_per_torrent": -1,
102  "remove_seed_at_ratio": true,
103  "autoadd_location": "/mnt/hdd/probox1/torrent/watch",
104  "plugins_location": "/srv/deluge/.config/deluge/plugins"
105}