chore: add appup.src for emqx_conf
This commit is contained in:
parent
1e6b3b51c0
commit
613a13e5e4
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_conf, [
|
||||
{description, "EMQX configuration management"},
|
||||
{vsn, "0.1.0"},
|
||||
{vsn, "0.1.1"},
|
||||
{registered, []},
|
||||
{mod, {emqx_conf_app, []}},
|
||||
{applications, [kernel, stdlib]},
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
%% -*- mode: erlang -*-
|
||||
{"0.1.1",
|
||||
[{"0.1.0",
|
||||
[{load_module,emqx_conf,brutal_purge,soft_purge,[]}]},
|
||||
{<<".*">>,[]}],
|
||||
[{"0.1.0",
|
||||
[{load_module,emqx_conf,brutal_purge,soft_purge,[]}]},
|
||||
{<<".*">>,[]}]}.
|
Loading…
Reference in New Issue