rm gen_conf
This commit is contained in:
parent
53e9b36ba4
commit
99632bfbb6
|
@ -5,8 +5,7 @@
|
||||||
{id, "emqttd"},
|
{id, "emqttd"},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [kernel, stdlib, gproc, esockd, mochiweb,
|
{applications, [kernel, stdlib, gproc, esockd, mochiweb, gen_logger]},
|
||||||
gen_logger, gen_conf]},
|
|
||||||
{mod, {emqttd_app, []}},
|
{mod, {emqttd_app, []}},
|
||||||
{env, []}
|
{env, []}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue