Skip to content

Commit

Permalink
Move cets into included_applications in app config
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 8, 2023
1 parent dd37252 commit c5faa49
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/mongooseim.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
[{description, "MongooseIM"},
{vsn, {cmd, "tools/generate_vsn.sh"}},
{modules, []},
{registered, [
]},
{registered, []},
{applications, [
asn1,
backoff,
Expand Down Expand Up @@ -50,10 +49,9 @@
cowboy_swagger,
tomerl,
flatlog,
segmented_cache,
cets
segmented_cache
]},
{included_applications, [mnesia]},
{included_applications, [mnesia, cets]},
{env, []},
{mod, {ejabberd_app, []}}]}.

Expand Down

0 comments on commit c5faa49

Please sign in to comment.