feat(Sentiment): update sentiment service

This commit is contained in:
2026-08-09 21:01:42 +02:00
parent aff831cf58
commit 05d55a324c
15 changed files with 1772 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=finlytic_sentiment;Username=admin;Password=admin"
},
"MQTT": {
"Host": "localhost",
"Port": 1883,
"ClientId": "FinlyticSentiment"
},
"Storage": {
"SummariesPath": "data/summaries"
},
"Webhooks": {
"German": "https://n8n.kleidukos.me/webhook/sentiment/de",
"English": "https://n8n.kleidukos.me/webhook/sentiment/en"
}
}