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 + } + } }