add example environment configuration for upload path and groups

This commit is contained in:
Schneider Roland 2025-02-27 22:53:43 +01:00
parent e2709541ba
commit cac7fcac2e

2
example.env Normal file
View File

@ -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 } ] }