From 165b269d4fd0e363916d230629e6c06f10aa796b Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 23 Feb 2023 14:25:44 +0100 Subject: [PATCH] Fix example config --- examples/bffh.dhall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/bffh.dhall b/examples/bffh.dhall index d8cab77..65c5ae1 100644 --- a/examples/bffh.dhall +++ b/examples/bffh.dhall @@ -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" }