提交 38db87eb 编写于 作者: D dfuchs

6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY

Reviewed-by: alanb, emcmanus
上级 5c3b97c9
......@@ -99,6 +99,7 @@ public final class ConnectorBootstrap {
public static final String PORT = "0";
public static final String CONFIG_FILE_NAME = "management.properties";
public static final String USE_SSL = "true";
public static final String USE_LOCAL_ONLY = "true";
public static final String USE_REGISTRY_SSL = "false";
public static final String USE_AUTHENTICATION = "true";
public static final String PASSWORD_FILE_NAME = "jmxremote.password";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册