emqx_authn_mnesia.hocon 262 B

123456789101112
  1. emqx_authn_mnesia {
  2. builtin_db.desc:
  3. """Configuration of authenticator using built-in database as data source."""
  4. user_id_type.desc:
  5. """Specify whether to use `clientid` or `username` for authentication."""
  6. user_id_type.label:
  7. """Authentication ID Type"""
  8. }