diff options
author | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
commit | d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch) | |
tree | 68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /mosquitto/acl_file | |
parent | e099ed460a4e0be3ff99b684e537b9678cf3f449 (diff) |
initial working docker-compose
Diffstat (limited to 'mosquitto/acl_file')
-rw-r--r-- | mosquitto/acl_file | 10 |
1 files changed, 10 insertions, 0 deletions
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 |