Docker configuration templates
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.

mosquitto.conf 387B

12345678910111213
  1. listener 1883
  2. persistence true
  3. persistence_location /mosquitto/data/
  4. ## Authentication ##
  5. # Create passwd file: mosquitto_passwd -c /mosquitto/config/passwd <user_name>
  6. # You need to make down && make up to use the new passwd file
  7. allow_anonymous false
  8. password_file /mosquitto/config/passwd
  9. ## Logging - possibilities: error, warning, notice, information, all
  10. log_type warning