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
|
||||
1
mosquitto/config/passwd
Executable file
1
mosquitto/config/passwd
Executable file
@ -0,0 +1 @@
|
||||
mqtt_user:$7$101$3OCcirPmV9xIk1oB$aJOZxmlgSqqZNWc4ditzK4goWswhFozmfzCaL1SGaiUfHhKr3bSXrqvdEQgxRmInmQMnhrIIrC1F2T1cFAMmog==
|
||||
Reference in New Issue
Block a user