Skip to content

Commit

Permalink
fix: remove SQLite 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 d3d2e36 commit b781a2e
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 @@ -9,8 +9,8 @@ description = "Triggered by MQTT"
[variables]
mqtt_topic = { required = true }
mqtt_broker_uri = { required = true }
sqlite_username = { required = true }
sqlite_password = { required = true }
# sqlite_username = { required = true }
# sqlite_password = { required = true }

[application.trigger.mqtt]
# address = "mqtt://localhost:1883"
Expand Down

0 comments on commit b781a2e

Please sign in to comment.