emqx_authn_mysql_schema.hocon 329 B

123456789101112131415161718
  1. emqx_authn_mysql_schema {
  2. mysql.desc:
  3. """Configuration of authenticator using MySQL as authentication data source."""
  4. query.desc:
  5. """SQL used to query data for authentication, such as password hash."""
  6. query.label:
  7. """Query"""
  8. query_timeout.desc:
  9. """Timeout for the SQL query."""
  10. query_timeout.label:
  11. """Query Timeout"""
  12. }