AspNetCore.Docs.Samples/mvc/models/ModelStateError/appsettings.json

12 lines
357 B
JSON
Raw Normal View History

{
"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"
}
}