8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
allow_anonymous false
|
|
auth_plugin /usr/lib/mosquitto-auth-plugin/auth-plugin.so
|
|
auth_opt_backends http
|
|
auth_opt_http_ip web
|
|
auth_opt_http_port 8080
|
|
auth_opt_http_getuser_uri /api/mosquitto/auth
|
|
auth_opt_http_superuser_uri /api/mosquitto/superuser
|
|
auth_opt_http_aclcheck_uri /api/mosquitto/acl |