Merge pull request #6 from TribesNext/hostname-update

Update community server host to new address
This commit is contained in:
thyth 2017-09-25 23:01:06 -07:00 committed by GitHub
commit 8db14f03fc

View file

@ -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;
$TribesNext::Community::SessionRefresh = 10*60;