From 3709c13af51b25ffe2cb187aa2ed79958cb1be25 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Sun, 19 Sep 2021 19:45:52 +0000 Subject: [PATCH] fix config file for docker --- examples/docker/basic/config/bffh.dhall | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/docker/basic/config/bffh.dhall b/examples/docker/basic/config/bffh.dhall index d62941f..42206e5 100644 --- a/examples/docker/basic/config/bffh.dhall +++ b/examples/docker/basic/config/bffh.dhall @@ -1,5 +1,5 @@ -{ actor_connections = [] : List { _1 : Text, _2 : Text } --- { actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }] +-- { actor_connections = [] : List { _1 : Text, _2 : Text } +{ actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }] , actors = { Actor = { module = "Shelly", params = {=} } } @@ -38,4 +38,5 @@ } } , mqtt_url = "tcp://mqtt:1883" +, db_path = "/tmp/bffh" }