mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-24 09:12:51 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -76,7 +76,7 @@ void ConfigCentralServer::install(void)
|
||||
KEY_INT (connectionServicePort, 0);
|
||||
KEY_INT (customerServicePort, 61242);
|
||||
KEY_INT (gameServicePort, 44451);
|
||||
KEY_STRING (loginServerAddress, "64.37.132.178");
|
||||
KEY_STRING (loginServerAddress, "127.0.0.1");
|
||||
KEY_INT (loginServerPort, 44452);
|
||||
KEY_STRING (clusterName, "devcluster");
|
||||
KEY_STRING (startPlanet, "tatooine");
|
||||
@@ -121,7 +121,7 @@ void ConfigCentralServer::install(void)
|
||||
KEY_INT (systemTimeMismatchAlertIntervalSeconds, 1*60*60); // seconds
|
||||
KEY_INT (ctsDenyLoginThresholdSeconds, 2*60*60); // seconds
|
||||
KEY_BOOL (auctionEnabled, false);
|
||||
KEY_STRING (auctionServer, "sdt-plattestsys2.localnet.loc");
|
||||
KEY_STRING (auctionServer, "localhost");
|
||||
KEY_INT (auctionPort, 5901 );
|
||||
KEY_STRING (auctionIDPrefix, "SWG+");
|
||||
KEY_BOOL (disconnectDuplicateConnectionsOnOtherGalaxies, false);
|
||||
|
||||
Reference in New Issue
Block a user