# Mosquitto配置文件 # 监听端口 listener 1883 # 允许匿名连接(默认为true,我们将设置为false以要求认证) allow_anonymous false # 密码文件 password_file /mosquitto/config/passwd