Moved some config over to an actual config file, improved error handling

This commit is contained in:
2022-12-24 04:44:34 +01:00
parent 7e3c3223b2
commit 1299443a7c
6 changed files with 64 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
[mqtt]
host="example.com"
port=1234
username="username"
password="password"

4
config/zeus_dev.toml Normal file
View File

@@ -0,0 +1,4 @@
[mqtt]
host="olympus.lan.huizinga.dev"
port=8883
username="mqtt"