feat(TA): update technical analysis service
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"FinlyticCore.Services.TradeRepublic.TradeRepublicClient": "Debug"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Host=localhost;Database=finlytic_ta;Username=admin;Password=admin"
|
||||
},
|
||||
"MQTT": {
|
||||
"Host": "localhost",
|
||||
"Port": "4545",
|
||||
"ClientId": "finlytic_ta"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user