mqtt password
This commit is contained in:
10
mosquitto.conf
Normal file
10
mosquitto.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# Mosquitto配置文件
|
||||
|
||||
# 监听端口
|
||||
listener 1883
|
||||
|
||||
# 允许匿名连接(默认为true,我们将设置为false以要求认证)
|
||||
allow_anonymous false
|
||||
|
||||
# 密码文件
|
||||
password_file /mosquitto/config/passwd
|
||||
Reference in New Issue
Block a user