Added mosquitto components
This commit is contained in:
12
api/mosquitto/config/mosquitto.conf
Normal file
12
api/mosquitto/config/mosquitto.conf
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
persistence true
|
||||||
|
persistence_location /mosquitto/data/
|
||||||
|
|
||||||
|
log_dest file /mosquitto/log/mosquitto.log
|
||||||
|
|
||||||
|
listener 1883
|
||||||
|
|
||||||
|
listener 9001
|
||||||
|
protocol websockets
|
||||||
|
|
||||||
|
allow_anonymous false
|
||||||
|
password_file /mosquitto/config/passwords
|
||||||
0
api/mosquitto/config/passwords
Normal file
0
api/mosquitto/config/passwords
Normal file
Reference in New Issue
Block a user