emqx_mysql.hocon 254 B

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