19 lines
274 B
TOML
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
|