mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -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.localnet.loc");
|
||||
KEY_STRING (centralServerAddress, "localhost");
|
||||
KEY_INT (centralServerPort, 44451);
|
||||
KEY_STRING (commoditiesServerAddress, "swo-dev1.localnet.loc");
|
||||
KEY_STRING (commoditiesServerAddress, "localhost");
|
||||
KEY_INT (commoditiesServerPort, 44457); //todo: confirm that this is a good port MSH
|
||||
KEY_INT (taskManagerPort, 60001);
|
||||
KEY_INT (expectedDBVersion, 270);
|
||||
|
||||
Reference in New Issue
Block a user