feat: US-005 - Adaugă secțiunea tts în config.json

- 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)
This commit is contained in:
2026-07-11 10:17:09 +00:00
parent 6e73887867
commit e14a2d7189

View File

@@ -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"
}
}