remove references to SOE servers and default to localhost in places we don't already

This commit is contained in:
CodeCodon
2015-07-12 01:52:16 -05:00
parent 9e710b6d76
commit 1558f34672
12 changed files with 20 additions and 20 deletions
@@ -56,7 +56,7 @@ void ConfigConnectionServer::install(void)
data = new ConfigConnectionServer::Data;
KEY_STRING (centralServerAddress, "swo-dev5.localnet.loc");
KEY_STRING (centralServerAddress, "localhost");
KEY_INT (centralServerPort, 0);
KEY_STRING (clientServiceBindInterface, "");
KEY_INT (clientServicePortPrivate, 44464);