18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=finlytic_fundamentals;Username=admin;Password=admin"
|
|
},
|
|
"MQTT": {
|
|
"Host": "localhost",
|
|
"Port": 1883,
|
|
"ClientId": "finlytic_fundamentals"
|
|
}
|
|
}
|