feat(News): refactor news service and add sentiment tracking

This commit is contained in:
2026-08-09 21:01:41 +02:00
parent 605e41cfeb
commit aff831cf58
390 changed files with 115094 additions and 9 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=finlytic_news;Username=admin;Password=admin"
},
"MQTT": {
"Host": "localhost",
"Port": 1883,
"ClientId": "finlytic_news"
},
"ScrapingSettings": {
"IntervalMinutes": 15,
"AssetsIndexFilePath": "../FinlyticAssets/assets/index/index.json",
"N8nWebhookUrl": "http://localhost:5678/webhook/finlytic-news"
}
}