fix config file for docker

This commit is contained in:
Kai Kriegel 2021-09-19 19:45:52 +00:00
parent bf840a2c94
commit 3709c13af5
1 changed files with 3 additions and 2 deletions

View File

@ -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"
}