2021-07-10 02:47:40 +00:00
|
|
|
{
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
|
|
|
},
|
|
|
|
"Logging": {
|
2021-07-12 08:07:16 +00:00
|
|
|
"LogLevel": {
|
2021-07-10 02:47:40 +00:00
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
2021-07-12 08:07:16 +00:00
|
|
|
}
|
|
|
|
},
|
2021-07-21 00:08:57 +00:00
|
|
|
"webOptimizer": {
|
|
|
|
"enableCaching": true,
|
|
|
|
"enableMemoryCache": true,
|
|
|
|
"enableDiskCache": true,
|
|
|
|
"enableTagHelperBundling": true,
|
|
|
|
"allowEmptyBundle": false
|
2021-07-12 08:07:16 +00:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|