22 lines
552 B
Plaintext
22 lines
552 B
Plaintext
emqx_authn_mnesia {
|
|
authentication {
|
|
desc {
|
|
en: """Configuration of authenticator using built-in database as authentication data source."""
|
|
zh: """使用内置数据库作为认证数据源的认证器的配置项。"""
|
|
}
|
|
}
|
|
|
|
user_id_type {
|
|
desc {
|
|
en: """Specify whether to use ClientID or Username as User ID for authentication."""
|
|
zh: """指定使用 ClientID 还是 Username 作为 User ID 进行认证。"""
|
|
}
|
|
|
|
label: {
|
|
en: """User ID Type"""
|
|
zh: """用户 ID 类型"""
|
|
}
|
|
}
|
|
|
|
}
|