Docker configuration templates
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

mosquitto.conf 200B

12345678910
  1. listener 1883
  2. persistence true
  3. persistence_location /mosquitto/data/
  4. ## Authentication ##
  5. allow_anonymous true
  6. ## Logging - possibilities: error, warning, notice, information, all
  7. log_type warning