From 4a70cf0e9f6968afb54478ebe46f3dfd6ea8d627 Mon Sep 17 00:00:00 2001 From: GilbertWong Date: Tue, 30 Jul 2019 11:09:29 +0800 Subject: [PATCH] Support ekka without epmd --- priv/emqx.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/emqx.schema b/priv/emqx.schema index 210248ab3..bbe3058f6 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -199,7 +199,7 @@ end}. ]}. %% @doc The erlang distributed protocol -{mapping, "node.proto_dist", "vm_args.-proto_dist", [ +{mapping, "node.proto_dist", "ekka.proto_dist", [ %{default, "inet_tcp"}, {datatype, {enum, [inet_tcp, inet6_tcp, inet_tls]}}, hidden