emqx_bridge_sqlserver_connector.hocon 280 B

1234567891011
  1. emqx_bridge_sqlserver_connector {
  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 SQL Server default port 1433 is used if `[:Port]` is not specified."""
  6. server.label:
  7. """Server Host"""
  8. }