aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SQL/sql-xbtconfig.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/SQL/sql-xbtconfig.txt b/SQL/sql-xbtconfig.txt
index d2b85fd..0dfe820 100644
--- a/SQL/sql-xbtconfig.txt
+++ b/SQL/sql-xbtconfig.txt
@@ -1,7 +1,7 @@
INSERT INTO `xbt_config` (`name`, `value`) VALUES
-('redirect_url', 'http://www.sitename.com'),
+('redirect_url', 'http://www.SITENAME.com'),
('query_log', '1'),
-('pid_file', '/var/run/xbt_tracker_freetorrent.pid'),
+('pid_file', '/var/run/xbt_tracker_SITENAME.pid'),
('offline_message', ''),
('column_users_uid', 'uid'),
('column_files_seeders', 'seeders'),