Files
qipai/deploy/emqx/authorization.hocon.template
2026-06-15 16:48:30 +08:00

12 lines
155 B
Plaintext

authorization {
deny_action = ignore
no_match = deny
sources = [
{
type = file
enable = true
path = "etc/acl.conf"
}
]
}