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
@@ -31,7 +31,7 @@ void ConfigPlanetServer::install(void)
data = new ConfigPlanetServer::Data;
KEY_STRING (centralServerAddress, "swo-dev1.station.sony.com");
KEY_STRING (centralServerAddress, "swo-dev1.localnet.loc");
KEY_INT (centralServerPort, 44455);
KEY_STRING (sceneID, "default");
KEY_INT (gameServicePort, 0);