emqx_postgresql_connector_schema.hocon 419 B

123456789101112131415161718
  1. emqx_postgresql_connector_schema {
  2. server.desc:
  3. """The IPv4 or IPv6 address or the hostname to connect to.<br/>
  4. A host entry has the following form: `Host[:Port]`.<br/>
  5. The PostgreSQL default port 5432 is used if `[:Port]` is not specified."""
  6. server.label:
  7. """Server Host"""
  8. config_connector.desc:
  9. """The configuration for the PostgreSQL connector."""
  10. config_connector.label:
  11. """PostgreSQL Connector Config"""
  12. }