14 lines
252 B
JSON
14 lines
252 B
JSON
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"DefaultConnection": "Data Source=WebApplication.db"
|
||
|
},
|
||
|
"Logging": {
|
||
|
"IncludeScopes": false,
|
||
|
"LogLevel": {
|
||
|
"Default": "Debug",
|
||
|
"System": "Information",
|
||
|
"Microsoft": "Information"
|
||
|
}
|
||
|
}
|
||
|
}
|