20 lines
304 B
TOML
20 lines
304 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 = "*/5 * * * *"
|