refactor(bot): update paper trading models, broker integration, background services, and test project
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user