We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mosquitto.conf file:
`persistence true persistence_location /var/lib/mosquitto/
log_type all
listener 1883
listener 1884 protocol websockets
allow_anonymous false auth_plugin /mosquitto/go-auth.so auth_opt_log_level debug auth_opt_backends js auth_opt_js_acl_script_path /etc/mosquitto/auth/acl_script.js auth_opt_js_user_script_path /etc/mosquitto/auth/user_script.js auth_opt_js_superuser_script_path /etc/mosquitto/auth/superuser_script.js`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mosquitto.conf file:
`persistence true
persistence_location /var/lib/mosquitto/
log_type all
listener 1883
listener 1884
protocol websockets
allow_anonymous false
auth_plugin /mosquitto/go-auth.so
auth_opt_log_level debug
auth_opt_backends js
auth_opt_js_acl_script_path /etc/mosquitto/auth/acl_script.js
auth_opt_js_user_script_path /etc/mosquitto/auth/user_script.js
auth_opt_js_superuser_script_path /etc/mosquitto/auth/superuser_script.js`
The text was updated successfully, but these errors were encountered: