diff --git a/config.yml b/config.yml index d1add1d6e78..9a420138e86 100644 --- a/config.yml +++ b/config.yml @@ -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 \ No newline at end of file + repoPath: ".." # path to test filters directory + filterDirPattern: "*Filter" # directories ending with "Filter" + filePattern: "*.txt" # only this specific test file \ No newline at end of file