Moved member to ConfigManager.

This commit is contained in:
2023-06-07 14:53:15 -04:00
parent b6ce3b7ee9
commit f8c8d7244e
6 changed files with 19 additions and 314 deletions
@@ -92,6 +92,7 @@ public enum ConfigManager {
// We also use the config to point to the current message pump
// and determine the server type at runtime.
public static final String DEFAULT_DATA_DIR = "mb.data/";
public static Map<String, String> configMap = new HashMap(System.getenv());
public static Enum.ServerType serverType = Enum.ServerType.NONE;
public static NetMsgHandler handler;