Fix example config

This commit is contained in:
Nadja Reitzenstein 2023-02-23 14:25:44 +01:00
parent e35e2b7334
commit 165b269d4f
1 changed files with 4 additions and 1 deletions

View File

@ -229,6 +229,9 @@
-- Linking up machines to initiators. Similar to actors a machine can have several initiators assigned but an
-- initiator can only be assigned to one machine.
-- The below is once again how you have to define *no* initiators.
init_connections = [] : List { machine : Text, initiator : Text }
init_connections = [] : List { machine : Text, initiator : Text },
--init_connections = [{ machine = "Testmachine", initiator = "Initiator" }]
instanceurl = "https://example.com",
spacename = "examplespace"
}