Moved some config over to an actual config file, improved error handling
This commit is contained in:
5
config/config.example.toml
Normal file
5
config/config.example.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[mqtt]
|
||||
host="example.com"
|
||||
port=1234
|
||||
username="username"
|
||||
password="password"
|
||||
4
config/zeus_dev.toml
Normal file
4
config/zeus_dev.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[mqtt]
|
||||
host="olympus.lan.huizinga.dev"
|
||||
port=8883
|
||||
username="mqtt"
|
||||
Reference in New Issue
Block a user