22 lines
530 B
JSON
22 lines
530 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=finlytic_engine;Username=postgres;Password=postgres"
|
|
},
|
|
"MQTT": {
|
|
"Host": "localhost",
|
|
"Port": 1883,
|
|
"ClientId": "finlytic_engine"
|
|
},
|
|
"Ai": {
|
|
"N8nValidationWebhookUrl": "https://n8n.kleidukos.me/webhook/trade-validation",
|
|
"TimeoutSeconds": 15
|
|
}
|
|
}
|