mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-01 02:15:54 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
+2
-2
@@ -45,10 +45,10 @@ void ConfigCustomerServiceServer::install()
|
||||
SetupSharedNetwork::install(networkSetupData);
|
||||
|
||||
KEY_STRING (clusterName, "devcluster");
|
||||
KEY_STRING (centralServerAddress, "swo-dev8.localnet.loc");
|
||||
KEY_STRING (centralServerAddress, "localhost");
|
||||
KEY_INT (centralServerPort, 61242);
|
||||
KEY_STRING (gameCode, "SWG");
|
||||
KEY_STRING (csServerAddress, "sdlogin1.localnet.loc");
|
||||
KEY_STRING (csServerAddress, "localhost");
|
||||
KEY_INT (csServerPort, 3016);
|
||||
KEY_INT (maxPacketsPerSecond, 50);
|
||||
KEY_INT (requestTimeoutSeconds, 300);
|
||||
|
||||
Reference in New Issue
Block a user