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> {
}
public String getWebSocketHost() {
return settings.get("network.host", "locahost");
return settings.get("network.host", "localhost");
}
public String getWebSocketPort() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment