fix: problems found by @thalesmg in code review
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
f79d38983d
commit
30e248061f
|
@ -7,7 +7,7 @@
|
||||||
stdlib,
|
stdlib,
|
||||||
emqx_resource
|
emqx_resource
|
||||||
]},
|
]},
|
||||||
{env, [{emqx_action_info_module, emqx_bridge_matrix_action_info}]},
|
{env, [{emqx_action_info_modules, [emqx_bridge_matrix_action_info]}]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{links, []}
|
{links, []}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
emqx_resource,
|
emqx_resource,
|
||||||
emqx_postgresql
|
emqx_postgresql
|
||||||
]},
|
]},
|
||||||
{env, [{emqx_action_info_module, emqx_bridge_pgsql_action_info}]},
|
{env, [{emqx_action_info_modules, [emqx_bridge_pgsql_action_info]}]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{links, []}
|
{links, []}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -16,7 +16,7 @@ config_connector.label:
|
||||||
"""PostgreSQL Connector Config"""
|
"""PostgreSQL Connector Config"""
|
||||||
|
|
||||||
config_enable.desc:
|
config_enable.desc:
|
||||||
"""Enable (true) or disable (false) this Kafka bridge."""
|
"""Enable (true) or disable (false) this PostgreSQL bridge."""
|
||||||
|
|
||||||
config_enable.label:
|
config_enable.label:
|
||||||
"""Enable or Disable"""
|
"""Enable or Disable"""
|
||||||
|
|
Loading…
Reference in New Issue