mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-21 06:12:56 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user