chore: add appup.src for emqx_conf

This commit is contained in:
Shawn 2022-06-22 09:17:51 +08:00
parent 1e6b3b51c0
commit 613a13e5e4
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_conf, [ {application, emqx_conf, [
{description, "EMQX configuration management"}, {description, "EMQX configuration management"},
{vsn, "0.1.0"}, {vsn, "0.1.1"},
{registered, []}, {registered, []},
{mod, {emqx_conf_app, []}}, {mod, {emqx_conf_app, []}},
{applications, [kernel, stdlib]}, {applications, [kernel, stdlib]},

View File

@ -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,[]}]},
{<<".*">>,[]}]}.