From 5b9aa855baf0eea0be048e5fb9c99d44d148f976 Mon Sep 17 00:00:00 2001 From: Alex-302 Date: Mon, 18 May 2026 02:23:57 +0300 Subject: [PATCH] Test --- config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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