feat(engine): add FinlyticEngine microservice with trade lifecycle, AI reasoning gate, composite scoring, and unit tests
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user