13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=.;Database=entityframework;Trusted_Connection=True;MultipleActiveResultSets=true"
|
|
},
|
|
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
}
|
|
}
|