From e478db68dd44fb56797dee37b3603c87cf78ced2 Mon Sep 17 00:00:00 2001 From: Simon Milvert Date: Mon, 28 Oct 2019 21:20:35 +0100 Subject: [PATCH] Added mosquitto --- mosquitto/mosquitto.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mosquitto/mosquitto.conf diff --git a/mosquitto/mosquitto.conf b/mosquitto/mosquitto.conf new file mode 100644 index 0000000..4a21b2b --- /dev/null +++ b/mosquitto/mosquitto.conf @@ -0,0 +1,3 @@ +persistence true +persistence_location /mosquitto/data/ +log_dest file /mosquitto/log/mosquitto.log