15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information",
|
|
"Website.Startup": "Error"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=myhn.db"
|
|
}
|
|
}
|