emqx/apps/emqx_conf/src/emqx_conf.app.src

10 lines
228 B
Erlang

{application, emqx_conf, [
{description, "EMQX configuration management"},
{vsn, "0.1.3"},
{registered, []},
{mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib]},
{env, []},
{modules, []}
]}.