25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|