mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-12-04 03:44:56 +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 = [] : List { _1 : Text, _2 : Text }
|
||||||
-- { actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }]
|
{ actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }]
|
||||||
, actors =
|
, actors =
|
||||||
{ Actor = { module = "Shelly", params = {=} }
|
{ Actor = { module = "Shelly", params = {=} }
|
||||||
}
|
}
|
||||||
@ -38,4 +38,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
, mqtt_url = "tcp://mqtt:1883"
|
, mqtt_url = "tcp://mqtt:1883"
|
||||||
|
, db_path = "/tmp/bffh"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user