emqx_bridge_iotdb_connector.hocon 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. emqx_bridge_iotdb_connector {
  2. config_authentication.desc:
  3. """Authentication configuration"""
  4. config_authentication.label:
  5. """Authentication"""
  6. auth_basic.desc:
  7. """Parameters for basic authentication."""
  8. auth_basic.label:
  9. """Basic auth params"""
  10. config_auth_basic_username.desc:
  11. """The username as configured at the IoTDB REST interface"""
  12. config_auth_basic_username.label:
  13. """HTTP Basic Auth Username"""
  14. config_auth_basic_password.desc:
  15. """The password as configured at the IoTDB REST interface"""
  16. config_auth_basic_password.label:
  17. """HTTP Basic Auth Password"""
  18. config_base_url.desc:
  19. """The base URL of the external IoTDB service's REST interface."""
  20. config_base_url.label:
  21. """IoTDB REST Service Base URL"""
  22. config_max_retries.desc:
  23. """HTTP request max retry times if failed."""
  24. config_max_retries.label:
  25. """HTTP Request Max Retries"""
  26. desc_config.desc:
  27. """Configuration for Apache IoTDB bridge."""
  28. desc_config.label:
  29. """IoTDB Bridge Configuration"""
  30. }