Fixed: URL

This commit is contained in:
TheJoKlLa 2023-03-01 13:25:50 +01:00
parent 87ec301c27
commit 47abde360e

View File

@ -44,7 +44,7 @@
-- set logging to verbose -- set logging to verbose
verbosity = 3, verbosity = 3,
spacename = Some "TFOM23-Demo", 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 -- In dhall you can also easily import definitions from other files, e.g. you could write
-- roles = ./roles.dhall -- roles = ./roles.dhall
@ -429,6 +429,8 @@
cmd = "python", cmd = "python",
args = "tfom23-demo/actors/fabreader/main.py --host localhost --fabreader 00004" args = "tfom23-demo/actors/fabreader/main.py --host localhost --fabreader 00004"
}}, }},
-- Fabpel
fabpel_0 = { module = "Process", params = fabpel_0 = { module = "Process", params =
{ {
cmd = "python", cmd = "python",