aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcitizenz7 <citizenz7@protonmail.com>2017-04-26 09:56:12 +0200
committerGitHub <noreply@github.com>2017-04-26 09:56:12 +0200
commitd40e91e126a9a9daba0d9cd0568b7f0f20711e12 (patch)
treec057650c51abed15aab741b6dbd63f3b9816d509
parent7562a648f6f758a481a9d9c9c5e9662c2ecf3d3b (diff)
downloadfreetorrent-d40e91e126a9a9daba0d9cd0568b7f0f20711e12.tar.xz
freetorrent-d40e91e126a9a9daba0d9cd0568b7f0f20711e12.zip
Update sql-xbtconfig.txt
-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'),