emqx/apps/emqx_authz/etc/emqx_authz.conf

11 lines
150 B
Plaintext

authorization {
deny_action: ignore
no_match: allow
sources: [
{
type: file
path: "{{ platform_etc_dir }}/acl.conf"
}
]
}