Files
axis_timelapse/config.toml
William Gill a8e4e799e2 MVP Created
2025-10-05 22:54:24 +00:00

20 lines
302 B
TOML

[camera]
tls = true
selfsigned = true
address = "192.168.0.220"
port = 443
compression = 35
[storage]
type = "local"
path = "/mnt/data-0/nature_cam1"
tls = true
port = 443
endpoint_domain = "s3.us-east-1.amazonaws.com"
region = "us-east-1"
access_key = ""
secret_key = ""
[timer]
chron = "1 * * * *"