TSG-20112,TSG-20099适配功能端日志调整,重构代码
This commit is contained in:
@@ -52,10 +52,10 @@ public class DosConfigs {
|
||||
.stringType()
|
||||
.noDefaultValue();
|
||||
|
||||
public static final ConfigOption<String> BIFANG_SERVER_URI =
|
||||
/* public static final ConfigOption<String> BIFANG_SERVER_URI =
|
||||
ConfigOptions.key("bifang.server.uri")
|
||||
.stringType()
|
||||
.noDefaultValue();
|
||||
.noDefaultValue();*/
|
||||
|
||||
public static final ConfigOption<String> KNOWLEDGE_BASE_URL =
|
||||
ConfigOptions.key("knowledge.base.uri")
|
||||
@@ -114,10 +114,10 @@ public class DosConfigs {
|
||||
.defaultValue("/v1/knowledge_base");
|
||||
|
||||
|
||||
public static final ConfigOption<Integer> STATIC_THRESHOLD_SCHEDULE_MINUTES =
|
||||
/* public static final ConfigOption<Integer> STATIC_THRESHOLD_SCHEDULE_MINUTES =
|
||||
ConfigOptions.key("static.threshold.schedule.minutes")
|
||||
.intType()
|
||||
.defaultValue(10);
|
||||
.defaultValue(10);*/
|
||||
|
||||
|
||||
public static final ConfigOption<Integer> BASELINE_THRESHOLD_SCHEDULE_DAYS =
|
||||
@@ -161,7 +161,7 @@ public class DosConfigs {
|
||||
.defaultValue(8.0);
|
||||
|
||||
|
||||
public static final ConfigOption<String> BIFANG_SERVER_ENCRYPTPWD_PATH =
|
||||
/*public static final ConfigOption<String> BIFANG_SERVER_ENCRYPTPWD_PATH =
|
||||
ConfigOptions.key("bifang.server.encryptpwd.path")
|
||||
.stringType()
|
||||
.defaultValue("/v1/user/encryptpwd");
|
||||
@@ -184,7 +184,7 @@ public class DosConfigs {
|
||||
public static final ConfigOption<String> BIFANG_SERVER_LOGIN_PATH =
|
||||
ConfigOptions.key("bifang.server.login.path")
|
||||
.stringType()
|
||||
.defaultValue("/v1/user/login");
|
||||
.defaultValue("/v1/user/login");*/
|
||||
|
||||
public static final ConfigOption<Integer> HTTP_POOL_MAX_CONNECTION =
|
||||
ConfigOptions.key("http.pool.max.connection")
|
||||
|
||||
Reference in New Issue
Block a user