drop schema from instanceurl

This commit is contained in:
Kai Jan Kriegel 2023-02-24 06:05:54 +01:00
parent a470d4eeb0
commit 31a9bb4bf0

View File

@ -34,7 +34,7 @@
spacename = "Testspace", spacename = "Testspace",
-- Set the instance Url. This is used by FabFire to locate a remote space for federation. -- 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. -- BFFH right now requires a running MQTT broker.
mqtt_url = "tcp://localhost:1883", mqtt_url = "tcp://localhost:1883",