forked from dgiot/dgiot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
loaded_plugins.tmpl
23 lines (23 loc) · 1.02 KB
/
loaded_plugins.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{emqx_management, true}.
{emqx_dashboard, true}.
{emqx_modules, {{enable_plugin_emqx_modules}}}.
{emqx_recon, {{enable_plugin_emqx_recon}}}.
{emqx_retainer, {{enable_plugin_emqx_retainer}}}.
{emqx_telemetry, {{enable_plugin_emqx_telemetry}}}.
{emqx_rule_engine, {{enable_plugin_emqx_rule_engine}}}.
{emqx_bridge_mqtt, {{enable_plugin_emqx_bridge_mqtt}}}.
{dgiot, {{enable_plugin_dgiot}}}.
{dgiot_parse, {{enable_plugin_dgiot_parse}}}.
{dgiot_api, {{enable_plugin_dgiot_api}}}.
{dgiot_bridge, {{enable_plugin_dgiot_bridge}}}.
{dgiot_device, {{enable_plugin_dgiot_device}}}.
{dgiot_tdengine, {{enable_plugin_dgiot_tdengine}}}.
{dgiot_task, {{enable_plugin_dgiot_task}}}.
{dgiot_http, {{enable_plugin_dgiot_http}}}.
{dgiot_evidence, {{enable_plugin_dgiot_evidence}}}.
{dgiot_license, {{enable_plugin_dgiot_license}}}.
{dgiot_topo, {{enable_plugin_dgiot_topo}}}.
{dgiot_opc, {{enable_plugin_dgiot_opc}}}.
{dgiot_niisten, {{enable_plugin_dgiot_niisten}}}.
{dgiot_modbus, {{enable_plugin_dgiot_modbus}}}.
{dgiot_group, {{enable_plugin_dgiot_group}}}.