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-e426e9a5-3d15-4b65-bbf7-f4b520e67bbe;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
}
|
|
} |