mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-25 10:12:52 -04:00
remove references to SOE servers and default to localhost in places we don't already
This commit is contained in:
@@ -33,7 +33,7 @@ void ConfigLogServer::install()
|
||||
|
||||
KEY_INT (logServicePort, 44467);
|
||||
KEY_STRING (logServiceBindInterface, "");
|
||||
KEY_STRING (loggingServerApiAddress, "sdt-gp1");
|
||||
KEY_STRING (loggingServerApiAddress, "localhost");
|
||||
KEY_STRING (loggingServerApiLoginName, "MISCONFIGURED_LOG_SERVER_LOGIN_NAME");
|
||||
KEY_STRING (loggingServerApiPassword, "pacman");
|
||||
KEY_STRING (loggingServerApiDefaultDirectory, "swg");
|
||||
|
||||
Reference in New Issue
Block a user