diff --git a/examples/bffh.dhall b/examples/bffh.dhall index 2226369..9e8230b 100644 --- a/examples/bffh.dhall +++ b/examples/bffh.dhall @@ -30,6 +30,12 @@ certfile = "examples/self-signed-cert.pem", keyfile = "examples/self-signed-key.pem", + -- Set Spacename. This is used by FabFire to identify the space. + spacename = "Testspace", + + -- Set the instance Url. This is used by FabFire to locate a remote space for federation. + instanceurl = "fabaccess://localhost", + -- BFFH right now requires a running MQTT broker. mqtt_url = "tcp://localhost:1883",