From 31a9bb4bf0604046e5876e9774397493d5c2a5d5 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Fri, 24 Feb 2023 06:05:54 +0100 Subject: [PATCH] drop schema from instanceurl --- examples/bffh.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bffh.dhall b/examples/bffh.dhall index 9e8230b..46e1009 100644 --- a/examples/bffh.dhall +++ b/examples/bffh.dhall @@ -34,7 +34,7 @@ spacename = "Testspace", -- Set the instance Url. This is used by FabFire to locate a remote space for federation. - instanceurl = "fabaccess://localhost", + instanceurl = "localhost", -- BFFH right now requires a running MQTT broker. mqtt_url = "tcp://localhost:1883",