MQTT Server for BeagleBone
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
333 B

  1. listener 1883
  2. persistence true
  3. persistence_location /var/lib/mosquitto/
  4. persistence_file mosquitto.db
  5. log_dest syslog
  6. log_dest stdout
  7. log_dest topic
  8. log_type error
  9. log_type warning
  10. log_type notice
  11. log_type information
  12. connection_messages true
  13. log_timestamp true
  14. allow_anonymous true
  15. password_file /etc/mosquitto/passwd