feat: rm esports

This commit is contained in:
AvantLiu 2021-10-18 09:18:24 +08:00
parent aacb3c9811
commit c33dedd134
5 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -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 +0,0 @@
Subproject commit 7651b71d8895f6aa021c7165f126fc0e62177434

View File

@ -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}}}.

View File

@ -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" />

View File

@ -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}
].
@ -352,6 +353,7 @@ relx_plugin_apps_per_rel(cloud) ->
, dgiot_ffmpeg
, dgiot_shouyincheng
, dgiot_gb26875
, dgiot_esports
];
relx_plugin_apps_per_rel(edge) ->
[].