From 9f99eb369f38ac61b179a7a08e2fe1e073b97e76 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Sun, 5 Oct 2025 19:14:48 +0000 Subject: [PATCH] Update config.toml --- config.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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