refactor: remove generic mqtt enable alias
This commit is contained in:
@@ -14,8 +14,7 @@ final class MqttInboundEnabledCondition implements Condition {
|
||||
if (direct != null) {
|
||||
return direct;
|
||||
}
|
||||
return isTrue(env.getProperty("MQTT_ENABLED"))
|
||||
|| isTrue(env.getProperty("YUTONG_MQTT_ENABLED"));
|
||||
return isTrue(env.getProperty("YUTONG_MQTT_ENABLED"));
|
||||
}
|
||||
|
||||
private static boolean isTrue(String value) {
|
||||
|
||||
Reference in New Issue
Block a user