From 47abde360e1a62aa626a719a6c8fe89d786ca3fc Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Wed, 1 Mar 2023 13:25:50 +0100 Subject: [PATCH] Fixed: URL --- bffh.dhall | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bffh.dhall b/bffh.dhall index ea6133d..b20e4ee 100644 --- a/bffh.dhall +++ b/bffh.dhall @@ -44,7 +44,7 @@ -- set logging to verbose verbosity = 3, spacename = Some "TFOM23-Demo", - instanceurl = Some "tfom23_demo.fab-access.org", + instanceurl = Some "tfom23-demo.fab-access.org", -- In dhall you can also easily import definitions from other files, e.g. you could write -- roles = ./roles.dhall @@ -429,6 +429,8 @@ cmd = "python", args = "tfom23-demo/actors/fabreader/main.py --host localhost --fabreader 00004" }}, + + -- Fabpel fabpel_0 = { module = "Process", params = { cmd = "python",