feat(Sentiment): update sentiment service
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user