Commit 1c951c2e40a3dbe1adb0d0810cb5b776c2e34862
Committed by
Andrew Shvayka
1 parent
d5c7f7fc
Mqtt rule node remove default host
Showing
1 changed file
with
0 additions
and
1 deletions
... | ... | @@ -37,7 +37,6 @@ public class TbMqttNodeConfiguration implements NodeConfiguration<TbMqttNodeConf |
37 | 37 | public TbMqttNodeConfiguration defaultConfiguration() { |
38 | 38 | TbMqttNodeConfiguration configuration = new TbMqttNodeConfiguration(); |
39 | 39 | configuration.setTopicPattern("my-topic"); |
40 | - configuration.setHost("localhost"); | |
41 | 40 | configuration.setPort(1883); |
42 | 41 | configuration.setConnectTimeoutSec(10); |
43 | 42 | configuration.setCleanSession(true); | ... | ... |