common/emgauwa-controller.toml

16 lines
207 B
TOML
Raw Normal View History

database = "sqlite://emgauwa-controller.sqlite"
2023-11-24 23:39:44 +00:00
name = "Emgauwa Controller"
[core]
port = 4419
host = "127.0.0.1"
[logging]
level = "DEBUG"
file = "stdout"
2023-11-24 23:39:44 +00:00
[[relays]]
driver = "gpio"
pin = 5
inverted = 1