mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-31 01:15:48 -04:00
replace all references to station.sony.com by localnet.loc
This commit is contained in:
@@ -73,13 +73,13 @@ void ConfigChatServer::install(void)
|
||||
|
||||
data = new ConfigChatServer::Data;
|
||||
|
||||
KEY_STRING (backupGatewayServerIP, "swo-dev8.station.sony.com");
|
||||
KEY_STRING (backupGatewayServerIP, "swo-dev8.localnet.loc");
|
||||
KEY_INT (backupGatewayServerPort, 15150);
|
||||
KEY_STRING (clusterName, "devcluster");
|
||||
KEY_STRING (centralServerAddress, "swo-dev8.station.sony.com");
|
||||
KEY_STRING (centralServerAddress, "swo-dev8.localnet.loc");
|
||||
KEY_INT (centralServerPort, 61232);
|
||||
KEY_STRING (gameCode, "SWG");
|
||||
KEY_STRING (gatewayServerIP, "sdplatdev1.station.sony.com");
|
||||
KEY_STRING (gatewayServerIP, "sdplatdev1.localnet.loc");
|
||||
KEY_INT (gatewayServerPort, 5001);
|
||||
KEY_INT (roomInactivityTimeout, 60 * 60 * 24 * 3);
|
||||
KEY_INT (roomUnpopulatedTimeout, 60 * 5);
|
||||
@@ -88,7 +88,7 @@ void ConfigChatServer::install(void)
|
||||
KEY_INT (loginFlowControlRate, 50);
|
||||
KEY_INT (maxRoomQueriesPerFrame, 5);
|
||||
KEY_BOOL (loggingEnabled, false);
|
||||
KEY_STRING (registrarHost, "sdplatdev1.station.sony.com");
|
||||
KEY_STRING (registrarHost, "sdplatdev1.localnet.loc");
|
||||
KEY_INT (registrarPort, 5000);
|
||||
KEY_INT (intervalToSendHeadersToClientSeconds, 1);
|
||||
KEY_INT (maxHeadersToSendToClientPerInterval, 100);
|
||||
|
||||
Reference in New Issue
Block a user