From 7b7f287c9ecd22b46031a87b92230259caf874cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl>
Date: Tue, 7 Mar 2023 08:29:48 +0100
Subject: [PATCH] Update default config to txt output

---
 config.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.ini b/config.ini
index ff3ffac..04fdb57 100644
--- a/config.ini
+++ b/config.ini
@@ -9,7 +9,7 @@ queue_prefix = nlp_
 
 [tool]
 workers_number = 1
-configuration = "wiktorner_jsonl"
+configuration = "wiktorner_jsonl_txt_output"
 default_language = "pl"
 default_replacer = "tag"
 
-- 
GitLab