epaper-display/LORAWEB_NEU/deploy/daemon-config.toml
2026-03-19 22:51:52 +01:00

19 lines
274 B
TOML

# deploy/daemon-config.toml
[http]
bind = "0.0.0.0"
port = 8080
[influx]
url = "http://localhost:8086"
token = ""
org = "loraweb"
bucket = "sensors"
[database]
path = "loraweb.db"
[alarm]
warning_threshold_hours = 2.0
alarm_threshold_hours = 6.0
check_interval_secs = 60