This commit is contained in:
Alex-302
2026-05-18 02:23:57 +03:00
parent 87751b68db
commit 5b9aa855ba

View File

@@ -60,11 +60,11 @@ git:
# Filters directory settings
filtersdir:
repoPath: ".." # path to filters directory (for debugging, will be changed to ".." for production)
filterDirPattern: "TurkishFilter" # directories ending with "Filter"
filterDirPattern: "*Filter" # directories ending with "Filter"
filePattern: "*.txt"
# Test filters directory settings
filtersdir_test:
repoPath: "TestFilters" # path to test filters directory
filterDirPattern: "TestFilter" # directories ending with "Filter"
filePattern: "testfilter.txt" # only this specific test file
repoPath: ".." # path to test filters directory
filterDirPattern: "*Filter" # directories ending with "Filter"
filePattern: "*.txt" # only this specific test file