Skip to content

Commit

Permalink
remove http.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Aug 9, 2018
1 parent 0c16db6 commit fe4adb5
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -475,7 +475,6 @@ public FileVisitResult visitFile(final Path file,
putIfAbsent(settingsBuilder, NODE_NAME, nodeName);
putIfAbsent(settingsBuilder, "node.master", String.valueOf(true));
putIfAbsent(settingsBuilder, "node.data", String.valueOf(true));
putIfAbsent(settingsBuilder, "http.enabled", String.valueOf(true));
putIfAbsent(settingsBuilder, "transport.tcp.port",
String.valueOf(transportPort));
putIfAbsent(settingsBuilder, "http.port", String.valueOf(httpPort));
Expand Down

0 comments on commit fe4adb5

Please sign in to comment.