emqx_authn_redis_schema.hocon 536 B

123456789101112131415161718
  1. emqx_authn_redis_schema {
  2. cluster.desc:
  3. """Configuration of authenticator using Redis (Cluster) as authentication data source."""
  4. cmd.desc:
  5. """The Redis Command used to query data for authentication such as password hash, currently only supports <code>HGET</code> and <code>HMGET</code>."""
  6. cmd.label:
  7. """Command"""
  8. sentinel.desc:
  9. """Configuration of authenticator using Redis (Sentinel) as authentication data source."""
  10. single.desc:
  11. """Configuration of authenticator using Redis (Standalone) as authentication data source."""
  12. }