emqx_connector_schema_lib.hocon 919 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. emqx_connector_schema_lib {
  2. auto_reconnect.desc:
  3. """Deprecated. Enable automatic reconnect to the database."""
  4. auto_reconnect.label:
  5. """Deprecated. Auto Reconnect Database"""
  6. database_desc.desc:
  7. """Database name."""
  8. database_desc.label:
  9. """Database Name"""
  10. password.desc:
  11. """The password associated with the bridge, used for authentication with the external database."""
  12. password.label:
  13. """Password"""
  14. pool_size.desc:
  15. """Size of the connection pool towards the bridge target service."""
  16. pool_size.label:
  17. """Connection Pool Size"""
  18. prepare_statement.desc:
  19. """Key-value list of SQL prepared statements."""
  20. prepare_statement.label:
  21. """SQL Prepared Statements List"""
  22. ssl.desc:
  23. """SSL connection settings."""
  24. ssl.label:
  25. """Enable SSL"""
  26. username.desc:
  27. """The username associated with the bridge in the external database used for authentication or identification purposes."""
  28. username.label:
  29. """Username"""
  30. }