Current section
Files
Jump to
Current section
Files
src/ekka.app.src
{application,ekka,
[{description,"Autocluster and Autoheal for EMQ X Broker"},
{vsn,"0.5.6"},
{mod,{ekka_app,[]}},
{registered,[ekka_sup,ekka_membership,ekka_cluster_sup,
ekka_node_monitor]},
{applications,[kernel,stdlib,mnesia,inets]},
{env,[{cluster_autoheal,true},
{cluster_autoclean,300000},
{cluster_discovery,{manual,[]}}]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/emqx/ekka"}]}]}.