From 456ef36f6479f0d4e3ac4c05831a8542800f6c58 Mon Sep 17 00:00:00 2001 From: thyth <2258561+thyth@users.noreply.github.com> Date: Mon, 25 Sep 2017 23:00:42 -0700 Subject: [PATCH] Update community server host to new address Switching from "thyth.com" to "tribesnext.thyth.com" for impending service move. --- t2csri/community/settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t2csri/community/settings.cs b/t2csri/community/settings.cs index aedd1e2..068d2a3 100644 --- a/t2csri/community/settings.cs +++ b/t2csri/community/settings.cs @@ -7,7 +7,7 @@ // This file contains the URL and server settings for the community system. -$TribesNext::Community::Host = "thyth.com"; +$TribesNext::Community::Host = "tribesnext.thyth.com"; $TribesNext::Community::Port = 80; $TribesNext::Community::BaseURL = "/tn/robot/"; @@ -15,4 +15,4 @@ $TribesNext::Community::LoginScript = "robot_login.php"; $TribesNext::Community::MailScript = "robot_mail.php"; $TribesNext::Community::BrowserScript = "robot_browser.php"; -$TribesNext::Community::SessionRefresh = 10*60; \ No newline at end of file +$TribesNext::Community::SessionRefresh = 10*60;