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
@@ -49,9 +49,9 @@ void ConfigServerDatabase::install(void)
KEY_STRING (databaseUID,"gameserver");
KEY_STRING (databasePWD,"gameserver");
KEY_STRING (databaseProtocol,"DEFAULT");
KEY_STRING (centralServerAddress, "swo-dev1.station.sony.com");
KEY_STRING (centralServerAddress, "swo-dev1.localnet.loc");
KEY_INT (centralServerPort, 44451);
KEY_STRING (commoditiesServerAddress, "swo-dev1.station.sony.com");
KEY_STRING (commoditiesServerAddress, "swo-dev1.localnet.loc");
KEY_INT (commoditiesServerPort, 44457); //todo: confirm that this is a good port MSH
KEY_INT (taskManagerPort, 60001);
KEY_INT (expectedDBVersion, 270);