mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-01-02 08:33:48 +01:00
Fix example config
This commit is contained in:
parent
e35e2b7334
commit
165b269d4f
@ -229,6 +229,9 @@
|
|||||||
-- Linking up machines to initiators. Similar to actors a machine can have several initiators assigned but an
|
-- 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.
|
-- initiator can only be assigned to one machine.
|
||||||
-- The below is once again how you have to define *no* initiators.
|
-- 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" }]
|
--init_connections = [{ machine = "Testmachine", initiator = "Initiator" }]
|
||||||
|
|
||||||
|
instanceurl = "https://example.com",
|
||||||
|
spacename = "examplespace"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user