19 lines
329 B
Plaintext
19 lines
329 B
Plaintext
emqx_authn_mysql_schema {
|
|
|
|
mysql.desc:
|
|
"""Configuration of authenticator using MySQL as authentication data source."""
|
|
|
|
query.desc:
|
|
"""SQL used to query data for authentication, such as password hash."""
|
|
|
|
query.label:
|
|
"""Query"""
|
|
|
|
query_timeout.desc:
|
|
"""Timeout for the SQL query."""
|
|
|
|
query_timeout.label:
|
|
"""Query Timeout"""
|
|
|
|
}
|