props/Props/appsettings.json

20 lines
448 B
JSON
Raw Normal View History

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"webOptimizer": {
"enableCaching": true,
"enableMemoryCache": true,
"enableDiskCache": true,
"enableTagHelperBundling": true,
"allowEmptyBundle": false
},
"AllowedHosts": "*"
}