improve example

This commit is contained in:
Kai Jan Kriegel 2023-02-13 19:06:08 +01:00
parent 41e337dd1f
commit d8a7415e24

View File

@ -30,6 +30,12 @@
certfile = "examples/self-signed-cert.pem", certfile = "examples/self-signed-cert.pem",
keyfile = "examples/self-signed-key.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. -- BFFH right now requires a running MQTT broker.
mqtt_url = "tcp://localhost:1883", mqtt_url = "tcp://localhost:1883",