mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
allow using config file instead of env
This commit is contained in:
parent
8687197051
commit
7f7ad384a8
7 changed files with 357 additions and 33 deletions
11
config.toml
Normal file
11
config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[listen]
|
||||
port = 3030
|
||||
|
||||
[names]
|
||||
mitemp = { 35f3d4 = "Bedroom" }
|
||||
rftemp = { "Bresser-3CH:73:1" = "Home" }
|
||||
|
||||
[mqtt]
|
||||
hostname = "mqtt.icewind.link"
|
||||
username = "taspromto"
|
||||
password = "wYTYUkP10IP3LGiMOXHGbNjKLAMe6bjI"
|
||||
Loading…
Add table
Add a link
Reference in a new issue