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
@@ -121,7 +121,7 @@ void ConfigCentralServer::install(void)
KEY_INT (systemTimeMismatchAlertIntervalSeconds, 1*60*60); // seconds
KEY_INT (ctsDenyLoginThresholdSeconds, 2*60*60); // seconds
KEY_BOOL (auctionEnabled, false);
KEY_STRING (auctionServer, "sdt-plattestsys2.station.sony.com");
KEY_STRING (auctionServer, "sdt-plattestsys2.localnet.loc");
KEY_INT (auctionPort, 5901 );
KEY_STRING (auctionIDPrefix, "SWG+");
KEY_BOOL (disconnectDuplicateConnectionsOnOtherGalaxies, false);