Skip to content

Commit

Permalink
feat: rm esports
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantLiu committed Oct 18, 2021
1 parent aacb3c9 commit c33dedd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ apps/dgiot_parse/etc/dgiot_parse.conf
apps/dgiot_jieshun/
apps/dgiot_mingcheng/
apps/dgiot_xinchuangwei/
apps/dgiot_esports/
apps/dgiot_http/etc/dgiot_http.conf
node_modules/
package-lock.json
1 change: 0 additions & 1 deletion apps/dgiot_esports
Submodule dgiot_esports deleted from 7651b7
1 change: 1 addition & 0 deletions data/loaded_plugins.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
{dgiot_group, {{enable_plugin_dgiot_group}}}.
{dgiot_shouyincheng, {{enable_plugin_dgiot_shouyincheng}}}.
{dgiot_gb26875, {{enable_plugin_dgiot_gb26875}}}.
{dgiot_esports, {{enable_plugin_dgiot_esports}}}.
1 change: 1 addition & 0 deletions dgiot.ipr
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<mapping directory="$PROJECT_DIR$/_build/emqx/plugins/grpc_plugin" vcs="Git" />
<mapping directory="$PROJECT_DIR$/_build/emqx/plugins/pc" vcs="Git" />
<mapping directory="$PROJECT_DIR$/_build/emqx/plugins/relup_helper" vcs="Git" />
<mapping directory="$PROJECT_DIR$/apps/dgiot_esports" vcs="Git" />
<mapping directory="$PROJECT_DIR$/apps/dgiot_jieshun" vcs="Git" />
<mapping directory="$PROJECT_DIR$/apps/dgiot_mingcheng" vcs="Git" />
<mapping directory="$PROJECT_DIR$/apps/dgiot_xinchuangwei" vcs="Git" />
Expand Down
2 changes: 2 additions & 0 deletions rebar.config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ overlay_vars_rel(RelType) ->
, {enable_plugin_dgiot_ffmpeg, true}
, {enable_plugin_dgiot_shouyincheng, true}
, {enable_plugin_dgiot_gb26875, true}
, {enable_plugin_dgiot_esports, true}
, {vm_args_file, VmArgs}
].

Expand Down Expand Up @@ -352,6 +353,7 @@ relx_plugin_apps_per_rel(cloud) ->
, dgiot_ffmpeg
, dgiot_shouyincheng
, dgiot_gb26875
, dgiot_esports
];
relx_plugin_apps_per_rel(edge) ->
[].
Expand Down

0 comments on commit c33dedd

Please sign in to comment.