12 lines
357 B
JSON
12 lines
357 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"ModelStateErrorContext": "Server=(localdb)\\mssqllocaldb;Database=ModelStateErrorContext-d3eef81d-efe9-4012-8aee-9b6dc1ff9e4c;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
}
|
|
} |