2.0 - gen_conf, gen_logger applications

This commit is contained in:
Feng Lee 2016-07-21 17:51:28 +08:00
parent 9555b0bf05
commit 68910aa403
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
{id, "emqttd"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, gproc, esockd, mochiweb, gen_logger, gen_conf]},
{applications, [kernel, stdlib, gproc, esockd, mochiweb,
gen_logger, gen_conf]},
{mod, {emqttd_app, []}},
{env, []}
]}.