aboutsummaryrefslogtreecommitdiff
path: root/SQL/sql-xbtconfig.txt
blob: d2b85fd81a5d1b06b0e0644592b3dbceef411134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
INSERT INTO `xbt_config` (`name`, `value`) VALUES
('redirect_url', 'http://www.sitename.com'),
('query_log', '1'),
('pid_file', '/var/run/xbt_tracker_freetorrent.pid'),
('offline_message', ''),
('column_users_uid', 'uid'),
('column_files_seeders', 'seeders'),
('column_files_leechers', 'leechers'),
('column_files_fid', 'fid'),
('column_files_completed', 'completed'),
('write_db_interval', '15'),
('scrape_interval', '0'),
('read_db_interval', '60'),
('read_config_interval', '60'),
('clean_up_interval', '60'),
('log_scrape', '0'),
('log_announce', '1'),
('log_access', '0'),
('gzip_scrape', '1'),
('full_scrape', '1'),
('debug', '1'),
('daemon', '1'),
('anonymous_scrape', '0'),
('announce_interval', '200'),
('table_announce_log', 'xbt_announce_log'),
('table_files', 'xbt_files'),
('table_files_users', 'xbt_files_users'),
('table_scrape_log', 'xbt_scrape_log'),
('table_users', 'xbt_users'),
('listen_ipa', '*'),
('listen_port', 'xxxxx'),
('anonymous_announce', '0'),
('auto_register', '0');