refactor(bot): update paper trading models, broker integration, background services, and test project

This commit is contained in:
2026-08-24 21:37:10 +02:00
parent 5c95dd182c
commit 7060f0f7b1
32 changed files with 1904 additions and 1477 deletions
+5 -4
View File
@@ -2,11 +2,12 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=OmniDB;Database=finlytic_bot;Username=admin;Password=YourPasswordHere"
"DefaultConnection": "Host=localhost;Database=finlytic_bot;Username=postgres;Password=postgres"
},
"MQTT": {
"Host": "localhost",
@@ -14,8 +15,8 @@
"ClientId": "finlytic_bot"
},
"Alpaca": {
"KeyId": "",
"SecretKey": "",
"KeyId": "PK_PAPER_PLACEHOLDER_KEY",
"SecretKey": "SK_PAPER_PLACEHOLDER_SECRET",
"IsPaper": true
}
}