mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 04:08:54 +08:00
feat: rm esports
This commit is contained in:
parent
aacb3c9811
commit
c33dedd134
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
@ -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}}}.
|
||||
|
@ -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" />
|
||||
|
@ -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) ->
|
||||
[].
|
||||
|
Loading…
Reference in New Issue
Block a user