init
This commit is contained in:
8
mosquitto/config/mosquitto.conf
Executable file
8
mosquitto/config/mosquitto.conf
Executable file
@ -0,0 +1,8 @@
|
||||
persistence true
|
||||
persistence_location /mosquitto/data/
|
||||
log_dest file /mosquitto/log/mosquitto.log
|
||||
log_dest stdout
|
||||
|
||||
# Authentication (recommended)
|
||||
allow_anonymous false
|
||||
password_file /mosquitto/config/passwd
|
||||
Reference in New Issue
Block a user