From 143416a3084f3e80b58788709307ea101a378a26 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Mon, 20 Sep 2021 15:11:38 +0200 Subject: [PATCH] Update example config --- examples/bffh.dhall | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/bffh.dhall b/examples/bffh.dhall index c0c26cf..3333dee 100644 --- a/examples/bffh.dhall +++ b/examples/bffh.dhall @@ -40,4 +40,10 @@ } , mqtt_url = "tcp://localhost:1883" , db_path = "/tmp/bffh" +, roles = + { Testrole = + { parents = [] : List Text + , permissions = [] : List Text + } + } }