replace all references to station.sony.com by localnet.loc

This commit is contained in:
Anonymous
2014-10-08 18:44:22 +02:00
parent e160d6f25c
commit 49ffea9d5f
10 changed files with 15 additions and 15 deletions
@@ -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);