mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
|
listener 8080
|
||
|
protocol websockets
|
||
|
log_dest stdout
|
||
|
allow_anonymous false
|
||
|
password_file /etc/mosquitto/pwfile
|
||
|
persistence true
|
||
|
persistence_location /var/lib/mosquitto
|
||
|
|
||
|
###### ENABLE TLS ######
|
||
|
#port 8883
|
||
|
#cafile /var/lib/mosquitto/ca.crt
|
||
|
#certfile /var/lib/mosquitto/server.crt
|
||
|
#keyfile /var/lib/mosquitto/server.key
|
||
|
#require_certificate false
|