mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-12-03 11:24:55 +01:00
fix config file for docker
This commit is contained in:
parent
bf840a2c94
commit
3709c13af5
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user