aboutsummaryrefslogtreecommitdiff
path: root/SQL/sql-xbtconfig.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SQL/sql-xbtconfig.txt')
-rw-r--r--SQL/sql-xbtconfig.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/SQL/sql-xbtconfig.txt b/SQL/sql-xbtconfig.txt
new file mode 100644
index 0000000..d2b85fd
--- /dev/null
+++ b/SQL/sql-xbtconfig.txt
@@ -0,0 +1,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');