From 4b0bde29c5253e3c002221d9e74c85c542e09485 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 21 Mar 2020 16:18:36 +0000 Subject: [PATCH] commit 9857ba3264593af0a963d3b9967e416f9ecb0e1d Author: Robert Kaussow Date: Sat Mar 21 16:33:21 2020 +0100 add flake8 config --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index ccef003..df8945a 100644 --- a/index.md +++ b/index.md @@ -51,8 +51,8 @@ mosquitto_acl: - name: iot user: admin acls: - - acl_base: topic (topic|pattern, defaults to topic) - acl_topic: "" + - acl_base: topic # (topic|pattern, defaults to topic) + acl_topic: "#" acl_policy: readwrite - name: readonly_iot user: user1