20 lines
535 B
JSON
20 lines
535 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
|
|
"FinlyticCore.Services.TradeRepublic.TradeRepublicClient": "Debug"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=finlytic_ta;Username=admin;Password=admin"
|
|
},
|
|
"MQTT": {
|
|
"Host": "localhost",
|
|
"Port": "4545",
|
|
"ClientId": "finlytic_ta"
|
|
}
|
|
}
|