2.0 - gen_conf, gen_logger applications
This commit is contained in:
parent
9555b0bf05
commit
68910aa403
|
@ -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, []}
|
||||
]}.
|
||||
|
|
Loading…
Reference in New Issue