emqx_connector_pgsql.hocon 269 B

1234567891011
  1. emqx_connector_pgsql {
  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. }