Skip to content
Snippets Groups Projects
Commit 999f4fc7 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] fix default host to localhost

parent 4c66e3a3
No related branches found
No related tags found
No related merge requests found
...@@ -310,7 +310,7 @@ public class PluginSettings extends AbstractLifecycleComponent<PluginSettings> { ...@@ -310,7 +310,7 @@ public class PluginSettings extends AbstractLifecycleComponent<PluginSettings> {
} }
public String getWebSocketHost() { public String getWebSocketHost() {
return settings.get("network.host", "locahost"); return settings.get("network.host", "localhost");
} }
public String getWebSocketPort() { public String getWebSocketPort() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment