22 lines
516 B
Erlang
22 lines
516 B
Erlang
{application, emqx_node_rebalance, [
|
|
{description, "EMQX Node Rebalance"},
|
|
{vsn, "5.0.1"},
|
|
{registered, [
|
|
emqx_node_rebalance_sup,
|
|
emqx_node_rebalance,
|
|
emqx_node_rebalance_agent,
|
|
emqx_node_rebalance_evacuation
|
|
]},
|
|
{applications, [
|
|
kernel,
|
|
stdlib
|
|
]},
|
|
{mod, {emqx_node_rebalance_app, []}},
|
|
{env, []},
|
|
{modules, []},
|
|
{links, [
|
|
{"Homepage", "https://www.emqx.com/"},
|
|
{"Github", "https://github.com/emqx"}
|
|
]}
|
|
]}.
|