feat(News): refactor news service and add sentiment tracking
This commit is contained in:
@@ -2,7 +2,21 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user