emqx_bridge_pgsql.hocon 899 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. emqx_bridge_pgsql {
  2. config_enable.desc:
  3. """Enable or disable this bridge"""
  4. config_enable.label:
  5. """Enable Or Disable Bridge"""
  6. desc_config.desc:
  7. """Configuration for a PostgreSQL bridge."""
  8. desc_config.label:
  9. """PostgreSQL Bridge Configuration"""
  10. desc_name.desc:
  11. """Bridge name."""
  12. desc_name.label:
  13. """Bridge Name"""
  14. desc_type.desc:
  15. """The Bridge Type"""
  16. desc_type.label:
  17. """Bridge Type"""
  18. local_topic.desc:
  19. """The MQTT topic filter to be forwarded to PostgreSQL. All MQTT 'PUBLISH' messages with the topic
  20. matching the local_topic will be forwarded.</br>
  21. NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is
  22. configured, then both the data got from the rule and the MQTT messages that match local_topic
  23. will be forwarded."""
  24. local_topic.label:
  25. """Local Topic"""
  26. sql_template.desc:
  27. """SQL Template"""
  28. sql_template.label:
  29. """SQL Template"""
  30. }