diff --git a/config.toml b/config.toml index 6835773..ae11a24 100644 --- a/config.toml +++ b/config.toml @@ -3,8 +3,18 @@ port = 8080 [camera] - https = true + tls = true address = "192.168.0.220" port = 443 compression = 35 - extra_vars = "" \ No newline at end of file + extra_vars = "" + +[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 = "" \ No newline at end of file