mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-26 15:49:32 +00:00
19 lines
608 B
C#
19 lines
608 B
C#
|
|
// TribesNext Project
|
||
|
|
// http://www.tribesnext.com/
|
||
|
|
// Copyright 2011-2017
|
||
|
|
|
||
|
|
// Tribes 2 Community System
|
||
|
|
// Robot Client Settings
|
||
|
|
// Tournament Version
|
||
|
|
|
||
|
|
// This file contains the URL and server settings for the community system.
|
||
|
|
|
||
|
|
$TribesNext::Community::Host = "tribesnext.thyth.com";
|
||
|
|
$TribesNext::Community::Port = 80;
|
||
|
|
$TribesNext::Community::BaseURL = "/tn/robot/";
|
||
|
|
|
||
|
|
$TribesNext::Community::LoginScript = "robot_login.php";
|
||
|
|
$TribesNext::Community::MailScript = "robot_mail.php";
|
||
|
|
$TribesNext::Community::BrowserScript = "robot_browser.php";
|
||
|
|
|
||
|
|
$TribesNext::Community::SessionRefresh = 10*60;
|