Skip to content

Commit

Permalink
Provide defaults for all variables
Browse files Browse the repository at this point in the history
Signed-off-by: Kate Goldenring <[email protected]>
  • Loading branch information
kate-goldenring committed Nov 6, 2024
1 parent 6fd308c commit 24c859b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ authors = ["Kate Goldenring <[email protected]>"]
description = "Triggered by MQTT"

[variables]
mqtt_topic = { required = true }
mqtt_broker_uri = { required = true }
mqtt_topic = { default = "booth/+" }
mqtt_broker_uri = { default = "test.mosquitto.org" }
mqtt_username = { default = "" }
mqtt_password = { default = "" }
# sqlite_username = { required = true }
Expand Down

0 comments on commit 24c859b

Please sign in to comment.