rm gen_conf

This commit is contained in:
Feng Lee 2016-10-09 09:35:57 +08:00
parent 53e9b36ba4
commit 99632bfbb6
1 changed files with 1 additions and 2 deletions

View File

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