Docker configuration templates
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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