From e14a2d7189682def7b174d2167d3c55025de76ae Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Sat, 11 Jul 2026 10:17:09 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20US-005=20-=20Adaug=C4=83=20sec=C8=9Biun?= =?UTF-8?q?ea=20tts=20=C3=AEn=20config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - config.json: secțiune tts nouă (default_engine=pockettts, pockettts_url=http://127.0.0.1:7789) - gates rulate: tests PASS (1043 passed, 22 eșecuri preexistente neschimbate), review manual PASS (diff data-only, Config deja generic) --- config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.json b/config.json index 14ae0dc..26c17d3 100644 --- a/config.json +++ b/config.json @@ -119,5 +119,9 @@ "base_url": "https://roa2web.romfast.ro/roa2web/api", "default_company": "114", "default_company_name": "ROMFAST SRL" + }, + "tts": { + "default_engine": "pockettts", + "pockettts_url": "http://127.0.0.1:7789" } }