From cac7fcac2ed28a5961d637f9eba45b0e4014c861 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Thu, 27 Feb 2025 22:53:43 +0100 Subject: [PATCH] add example environment configuration for upload path and groups --- example.env | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 0000000..b438553 --- /dev/null +++ b/example.env @@ -0,0 +1,2 @@ +UPLOAD_PATH=./data +CONFIG={"uploadGroups": [{ "matcher": "^mmkb-android-[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}-int.apk$", "groupSize": 3 } ] } \ No newline at end of file