Fix config

This commit is contained in:
Gregor Reitzenstein 2020-12-16 12:01:22 +01:00
parent cca5bddbb8
commit 2fbef020a3

View File

@ -1,10 +1,10 @@
{ actor_connections = [{ _1 = "Testmachine", _2 = "Actor" }]
, actors =
{ Actor = { name = "Shelly", params = {=} }
{ Actor = { module = "Shelly", params = {=} }
}
, init_connections = [{ _1 = "Initiator", _2 = "Testmachine" }]
, initiators =
{ Initiator = { name = "TCP-Listen", params = {=} }
{ Initiator = { module = "Dummy", params = {=} }
}
, listens = [{ address = "localhost", port = Some 59661 }]
, machines =