initial
This commit is contained in:
25
mosquitto.conf
Normal file
25
mosquitto.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
pid_file /mosquitto/config/mosquitto.pid
|
||||
log_dest stdout
|
||||
log_type all
|
||||
|
||||
persistence true
|
||||
persistence_location /mosquitto/data
|
||||
|
||||
per_listener_settings true
|
||||
|
||||
listener 1884
|
||||
protocol mqtt
|
||||
allow_anonymous true
|
||||
|
||||
listener 1883
|
||||
protocol mqtt
|
||||
allow_anonymous false
|
||||
password_file /mosquitto/config/pwfile
|
||||
|
||||
listener 8883
|
||||
protocol mqtt
|
||||
allow_anonymous false
|
||||
password_file /mosquitto/config/pwfile
|
||||
certfile /mosquitto/config/ssl/server.crt
|
||||
keyfile /mosquitto/config/ssl/server.key
|
||||
|
||||
Reference in New Issue
Block a user