Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Mar 22, 2019
2 parents 4190f2e + 4f57c0c commit eff1391
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MAIN_APPS = emqx emqx-retainer emqx-recon emqx-management \
emqx-auth-clientid emqx-auth-username emqx-auth-http \
emqx-auth-mysql emqx-reloader \
emqx-sn emqx-coap emqx-stomp emqx-web-hook \
emqx-auth-jwt emqx-delayed-publish emqx-psk-file
emqx-auth-jwt emqx-delayed-publish emqx-psk-file emqx-rule-engine

CLOUD_APPS = emqx-lwm2m emqx-dashboard emqx-auth-ldap emqx-auth-pgsql emqx-auth-redis emqx-auth-mongo emqx-plugin-template emqx-statsd emqx-lua-hook

Expand Down
1 change: 1 addition & 0 deletions data/loaded_plugins
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
emqx_management.
emqx_rule_engine.
emqx_recon.
emqx_retainer.
emqx_dashboard.
3 changes: 3 additions & 0 deletions relx.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
cowboy,
pbkdf2,
bcrypt,
sqlparse,
jpparse,
emqx,
{mnesia, load},
{ekka, load},
Expand All @@ -33,6 +35,7 @@
{emqx_stomp, load},
{emqx_statsd, load},
{emqx_management, load},
{emqx_rule_engine, load},
{emqx_retainer, load},
{emqx_reloader, load},
{emqx_dashboard, load},
Expand Down
3 changes: 3 additions & 0 deletions relx.config.edge
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
cowboy,
pbkdf2,
bcrypt,
sqlparse,
jpparse,
emqx,
{mnesia, load},
{ekka, load},
Expand All @@ -29,6 +31,7 @@
{emqx_stomp, load},
{emqx_management, load},
{emqx_retainer, load},
{emqx_rule_engine, load},
{emqx_reloader, load},
{emqx_delayed_publish, load},
{emqx_web_hook, load},
Expand Down

0 comments on commit eff1391

Please sign in to comment.