Mosquitto repository to test MQTT protocol
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.

10 lines
218 B

  1. persistence true
  2. persistence_location /mosquitto/data/
  3. log_dest file /mosquitto/log/mosquitto.log
  4. allow_anonymous false
  5. password_file /mosquito/config/mosquitto.passwd
  6. listener 1883
  7. listener 9001
  8. protocol websockets