emqx_authn_postgresql_schema.hocon 248 B

123456789101112
  1. emqx_authn_postgresql_schema {
  2. postgresql.desc:
  3. """Configuration of authenticator using PostgreSQL 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. }