From 8f99e3441e22e75fe7d89febdcc5a5a30ada52fa Mon Sep 17 00:00:00 2001 From: Azure Date: Mon, 10 Aug 2026 19:00:07 +0200 Subject: [PATCH] Create example.env --- example.env | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 0000000..06d85b6 --- /dev/null +++ b/example.env @@ -0,0 +1,7 @@ +API_KEY="API KEY" +BASE_URL="https://host/api" +UPLOAD_DIR="./backup" +DO_ALBUMS="true" +IMG_COMPRESSION="true" +IMG_COMPRESSION_OUTPUT_FORMAT="webp" +IMG_COMPRESSION_OUTPUT_QUALITY=80 \ No newline at end of file