From d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 28 Oct 2020 17:44:13 -0500 Subject: initial working docker-compose --- mosquitto/acl_file | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mosquitto/acl_file (limited to 'mosquitto/acl_file') diff --git a/mosquitto/acl_file b/mosquitto/acl_file new file mode 100644 index 0000000..ea24aa7 --- /dev/null +++ b/mosquitto/acl_file @@ -0,0 +1,10 @@ +topic read # + +user blaise +topic readwrite # + +user bertram +topic readwrite homie/# + +user wright +topic readwrite homie/# \ No newline at end of file -- cgit v1.2.3