You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PetHubLocal MQTT Configuration with Cleartext port and TLS Port simulating AWS on 8883
#
pid_file /mosquitto/db/mosquitto.pid
persistence false
persistence_location /mosquitto/db/
#log_dest file /mosquitto/logs/mosquitto.log
log_dest stdout
connection_messages true
log_type error
log_type warning
log_type notice
log_type subscribe
log_type unsubscribe
user root
#Cleartext port
port 1883
#AWS Endpoint for Pet Hub to connect to if you want to set this up with your existing MQTT you only need the below 6 lines and associated pem/key files.